-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Export labels as image #812
Comments
The script below are the workable codes to translate the json file to mask image. Wish this is helpful for you. : ) def json2seg_label(json_root_dir, image_root_dir, save_dir):
def parse_json(json_dir):
|
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is there any functionality to export the final image as mask image having different classes. Like we are using the labels to be exported as json file. Instead of json file, it should be exported as a single image having different labels. Kindly guide.
The text was updated successfully, but these errors were encountered: