-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
correctly process export to yolo formats if both Train and default dataset are present #8884
base: develop
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request focuses on updating dependencies in the CVAT project's requirements files. The changes involve updating the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (5)cvat/requirements/base.in (1)
✅ Verification successfulCommit hash corresponds to the referenced PR changes The commit hash
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Retrieve the commit details from the Datumaro repository
# to confirm it aligns with the required PR changes.
rm -rf /tmp/datumaro-check
git clone https://github.com/cvat-ai/datumaro.git /tmp/datumaro-check
pushd /tmp/datumaro-check
git show 02507a9d41413327ca2d67a4349e5553ce763a7c --stat
popd
Length of output: 944 cvat/requirements/base.txt (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
6908e6a
to
362e473
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8884 +/- ##
===========================================
- Coverage 73.91% 73.90% -0.02%
===========================================
Files 411 411
Lines 44174 44174
Branches 3993 3993
===========================================
- Hits 32653 32647 -6
- Misses 11521 11527 +6
|
cvat/requirements/base.txt
Outdated
@@ -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@8c9cfa64770694ee93ca23d367094e862d24fa86 |
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.
Did you update the commit manually? I don't see the SHA1 to be changed
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.
Yes. These lines will need to be changed anyway, after merge of related Datumaro PR
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 it with pip-compile-multi
Quality Gate passedIssues Measures |
Motivation and context
depends on cvat-ai/datumaro#71
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.
Summary by CodeRabbit
datumaro
package to a new commitorjson
from version 3.10.12 to 3.10.13ruamel-yaml
from version 0.18.6 to 0.18.7