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
当前代码假定COCO数据集中必然存在segmentation字段,才会正常转换。
segmentation
LabelConvert/label_convert/coco_to_labelImg.py
Lines 73 to 83 in 620d19f
如果仅仅存在bbox字段,但是没有segmentation字段,则程序会为空!
bbox
label_convert==0.1.2
The text was updated successfully, but these errors were encountered:
已经在label_convert>=0.1.3中修复
label_convert>=0.1.3
Sorry, something went wrong.
SWHL
No branches or pull requests
问题描述
当前代码假定COCO数据集中必然存在
segmentation
字段,才会正常转换。LabelConvert/label_convert/coco_to_labelImg.py
Lines 73 to 83 in 620d19f
如果仅仅存在
bbox
字段,但是没有segmentation
字段,则程序会为空!所用版本
label_convert==0.1.2
The text was updated successfully, but these errors were encountered: