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
当前版本代码,在转换points的shape类型为polygon时,存在默认只取x/y坐标最大和最小值作为矩形四角坐标情况。
polygon
这明显不合理,应该去多边形框的最小外接矩形坐标作为该polygon的对应矩形坐标。
label_convert==0.1.2
# 转换代码 $ labelme_to_coco --data_dir data # 可视化代码 $ vis_coco --img_id 1 --json_path data_coco/annotations/instances_train2017.json --img_dir data_coco/train2017
归档.zip
The text was updated successfully, but these errors were encountered:
Fixed issue #12
06cfafd
已经在label_convert>=0.1.3中修复
label_convert>=0.1.3
Sorry, something went wrong.
SWHL
No branches or pull requests
问题描述
当前版本代码,在转换points的shape类型为
polygon
时,存在默认只取x/y坐标最大和最小值作为矩形四角坐标情况。这明显不合理,应该去多边形框的最小外接矩形坐标作为该polygon的对应矩形坐标。
所用版本
label_convert==0.1.2
测试代码
可视化结果
附件
归档.zip
The text was updated successfully, but these errors were encountered: