We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In an attempt to convert COCO detection annotations to Panoptic Segmentation, I am getting the following output:
"segments_info": []
Command used to convert:
python converters/detection2panoptic_coco_format.py \ --input_json_file /media/Data/Documents/Python-Codes/data/reading_order_dataset/complex/textline/via_export_coco.json \ --output_json_file /media/Data/Documents/Python-Codes/data/reading_order_dataset/complex/textline/coco_panoptic.json
I have attached a sample of the files below:
"segments_info"
Please let me know what I am doing wrong and how to fix this.
The text was updated successfully, but these errors were encountered:
@alexander-kirillov @ppwwyyxx
Sorry, something went wrong.
No branches or pull requests
In an attempt to convert COCO detection annotations to Panoptic Segmentation, I am getting the following output:
"segments_info": []
(Empty List) for all images.Command used to convert:
I have attached a sample of the files below:
"segments_info"
:Please let me know what I am doing wrong and how to fix this.
The text was updated successfully, but these errors were encountered: