-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix: Import multiple segmentations from coco format json #251
fix: Import multiple segmentations from coco format json #251
Conversation
@Ljung323 Could you please update your branch and merge the lastest master branch from the main repo? |
@Ljung323 Is it possible to add test for coco import? Something like this: https://github.com/Ljung323/label-studio-sdk/blob/master/tests/custom/converter/test_import_yolo.py You can merely run the converter on a real simple COCO json, get its output and use it for test assertion. It would be wonderful to have it. |
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 update to the latest master branch
- Could you add a test?
Issue
#246
Changes
create_segmentation
functionTest
original image with segmentation
before change: only 1 section is imported
after change: all 5 sections are imported