Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datumaro dependency #7716

Merged
merged 10 commits into from
Apr 5, 2024
7 changes: 7 additions & 0 deletions changelog.d/20240404_122043_mzhiltso_update_datumaro_dep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Fixed

- Labels in WiderFace dataset example
(<https://github.com/opencv/cvat/pull/7716>)
- Export without images in Datumaro format -
no empty "media" and "point_cloud" fields should be present
(<https://github.com/opencv/cvat/pull/7716>)
2 changes: 1 addition & 1 deletion cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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@8a14a99fe17f19d98595a2a4a74ab459051cc23b
datumaro @ git+https://github.com/cvat-ai/datumaro.git@82982b16b178eb3f39c707795bb68a3306610abf
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
6 changes: 3 additions & 3 deletions cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:3ac9fd027a6df758454893273509039ee719e819
# SHA1:324d0ff72d2920a7d7c735fd480ddb30424c06ec
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -56,7 +56,7 @@ cryptography==42.0.5
# pyjwt
cycler==0.12.1
# via matplotlib
datumaro @ git+https://github.com/cvat-ai/datumaro.git@8a14a99fe17f19d98595a2a4a74ab459051cc23b
datumaro @ git+https://github.com/cvat-ai/datumaro.git@82982b16b178eb3f39c707795bb68a3306610abf
# via -r cvat/requirements/base.in
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ lz4==4.3.3
# via clickhouse-connect
markupsafe==2.1.5
# via jinja2
matplotlib==3.8.3
matplotlib==3.8.4
# via
# datumaro
# pycocotools
Expand Down
Loading