-
Notifications
You must be signed in to change notification settings - Fork 3k
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 version #4984
Update Datumaro version #4984
Conversation
/check |
✔️ All checks completed successfully |
from datumaro.components.dataset import Dataset | ||
from datumaro.components.media import ByteImage, Image, PointCloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check if using import datumaro as dm
is reasonable here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. But it doesn't work for PointCloud
.
cvat/requirements/base.txt
Outdated
# --no-binary=datumaro: workaround for pip to install | ||
# opencv-headless instead of regular opencv, to actually run setup script | ||
datumaro==0.2.0 --no-binary=datumaro | ||
git+https://github.com/cvat-ai/datumaro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link leads to the develop branch. I don't think it is a good solution, better to specify a branch or commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
/check |
✔️ All checks completed successfully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation and context
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.