Reputation: 380
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?
Upvotes: 2
Views: 726
Reputation: 3744
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.
Upvotes: 1