Conversation
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
# Conflicts: # src/datumaro/plugins/data_formats/yolo/base.py # src/datumaro/util/image.py
f056959 to
d125636
Compare
d125636 to
2a563fc
Compare
# Conflicts: # src/datumaro/plugins/data_formats/yolo/base.py # src/datumaro/util/image.py # tests/unit/test_image.py
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
zhiltsov-max
reviewed
Mar 4, 2025
zhiltsov-max
reviewed
Mar 5, 2025
Collaborator
|
Ok, so from what I can see, streaming really works only for single subset extractors (because of this implementation). For multiple subsets it will traverse the source several times in many exporters. I think we can start with this PR, because it works fine for tasks and jobs, but for projects this will not be enough. Please make a separate PR with |
d5237de to
c707f3c
Compare
|
zhiltsov-max
approved these changes
Mar 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
enabling streaming export for yolo formats
syncing coco formats
depends on #85
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.