-
Notifications
You must be signed in to change notification settings - Fork 15
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
Chongyangbai/kvpair #82
Conversation
Need documentation update at https://github.com/microsoft/vision-datasets/blob/main/COCO_DATA_FORMAT.md, if it is still coco |
vision_datasets/common/data_manifest/operations/generate_coco.py
Outdated
Show resolved
Hide resolved
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.
Added a few more minor comments, but looks good otherwise - thanks for the changes!
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.
Thanks, Chongyang! Found one place where kv
-> key_value
might be good, but otherwise looks good to me!
version bump |
probably better to remove your design doc link from the PR, as this is public repo |
…l, reformat README dataset contracts as a table
…f KeyValuePairDatasetManifest, (3)bbox definition, (4) enum type
Add key_value_pair dataset support.
Done in this PR:
Implement KVPairDatasetManifest which inherits MultiImageDatasetManifest, and makes sure each label conforms the given schema
key_value_pair
datasetTodo:
MultiImageDatasetManifest
: spawn, sample