有没有办法在单个人 class 数据集上注释或标记多人图像。对于 YOLOv3?

is Is there any way to annotate or label multiple person images on person single class dataset. for YOLOv3?

我只想使用 YOLOv3 检测人物检测。它检测得很好。但它也搜索和匹配其他对象。这就是为什么需要更多时间来检测人。 现在我想根据人创建自己的数据集。我已经从 Google API http://www.rapdataset.com/

下载了 85000 张裁剪过的图片

但是为了训练这些图像,需要对其进行标记和注释。成千上万的图像,我该怎么办?注释需要很多时间。有什么方法可以像 python 一样以编程方式注释这些图像?

你可以试试this one to help you, or you have the alternative to use the already annotated set of COCO, and choose persons only of it, like in .