简体   繁体   中英

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

I want to detect only person detection by using YOLOv3. it detecting well. but it also searching and matching for other objects. That's why it takes some more time to detect person. Now I want to create my own data set based on person. I have downloaded 85 thousand cropped images from Google API http://www.rapdataset.com/

But for train these images, it need to be labeled and annotated. thousands of images, how can I do? it takes much time to annotate. Is there any way to annotate these images programmatically like in python?

You can try 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 this question .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM