-
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
Fixing skeleton track project export #8423
Conversation
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe changes in this pull request enhance the dataset manager's functionality by refining the logic for frame inclusion in annotations, improving type declarations for method parameters, and adding new JSON structures for skeleton tracks. Additionally, new methods and tests have been introduced to support the retrieval and validation of tasks related to projects, ensuring better handling of annotation exports. Changes
Assessment against linked issues
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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8423 +/- ##
===========================================
+ Coverage 83.12% 83.17% +0.04%
===========================================
Files 397 397
Lines 41888 41891 +3
Branches 3879 3879
===========================================
+ Hits 34821 34842 +21
+ Misses 7067 7049 -18
|
changelog.d/20240910_134547_dmitrii.lavrukhin_fix_skeleton_project_export.md
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Motivation and context
Fixes #8397
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
New Features
Bug Fixes
include_empty
parameter in thegroup_by_frame
method.Tests