-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error in Augmenting a dataset for instance segmentation using COCO format #77
Comments
i would just give it a try. if labelme converts the file to the standard coco-format it should be no problem. The structure has to be the following - compare it with your converted file:
|
Informations like license, info, etc. are optional and also the arrangement of the different topics is not required. Your file seems to be fine :) |
I will have to try again and will try to update you in the future. Thank you for the response! |
Information such as license and info is optional, but those keys should appear in the json file. I will upload a new version of CLODSA to avoid the necessity of providing those keys in the json file. |
I used the code to augment an annotation file from labelme that is converted to a coco format.
This raised me the question, can clodsa augment a labelme json annotation file (that is converted to coco format)?
The text was updated successfully, but these errors were encountered: