RapidAI / LabelConvert

🔄 A tool for object detection and image segmentation dataset format conversion.
https://rapidai.github.io/LabelConvert/docs
Apache License 2.0
292 stars 67 forks source link

可视化多边形框 #11

Closed SWHL closed 6 months ago

SWHL commented 6 months ago

问题描述

当coco中既有多边框和矩形框时,可视化有问题。

可视化脚本:

$ vis_coco --json_path tmp_coco/annotations/instances_train2017.json --img_dir tmp_coco/train201

可视化结果:

vis_000000000001

附件图像

tmp_coco.zip

SWHL commented 6 months ago

已经在label_convert>=0.1.3中修复