Skip to content

Commit

Permalink
correctly process export to yolo formats if both Train and default da…
Browse files Browse the repository at this point in the history
…taset are present (#8884)

depends on cvat-ai/datumaro#71
  • Loading branch information
Eldies authored Jan 6, 2025
1 parent 30fbfb2 commit 25245e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ azure-storage-blob==12.13.0
boto3==1.17.61
clickhouse-connect==0.6.8
coreapi==2.3.3
datumaro @ git+https://github.com/cvat-ai/datumaro.git@232c175ef1f3b7e55bd5162353df9c86a8116fde
datumaro @ git+https://github.com/cvat-ai/datumaro.git@02507a9d41413327ca2d67a4349e5553ce763a7c
dj-pagination==2.5.0
# Despite direct indication allauth in requirements we should keep 'with_social' for dj-rest-auth
# to avoid possible further versions conflicts (we use registration functionality)
Expand Down
8 changes: 4 additions & 4 deletions cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:5a3efd0a5c1892698d4394f019ef659275b10fdb
# SHA1:8d2c3b645ed1f9efb7ca325d5da7eb9e07aced87
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -56,7 +56,7 @@ cryptography==44.0.0
# pyjwt
cycler==0.12.1
# via matplotlib
datumaro @ git+https://github.com/cvat-ai/datumaro.git@232c175ef1f3b7e55bd5162353df9c86a8116fde
datumaro @ git+https://github.com/cvat-ai/datumaro.git@02507a9d41413327ca2d67a4349e5553ce763a7c
# via -r cvat/requirements/base.in
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -197,7 +197,7 @@ oauthlib==3.2.2
# via requests-oauthlib
orderedmultidict==1.0.1
# via furl
orjson==3.10.12
orjson==3.10.13
# via datumaro
packaging==24.2
# via
Expand Down Expand Up @@ -308,7 +308,7 @@ rq-scheduler==0.13.1
# via -r cvat/requirements/base.in
rsa==4.9
# via google-auth
ruamel-yaml==0.18.6
ruamel-yaml==0.18.7
# via datumaro
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
Expand Down

0 comments on commit 25245e6

Please sign in to comment.