HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.2k stars 6.23k forks source link

Automatic detection and annotation #535

Open vickyliuliu opened 4 years ago

vickyliuliu commented 4 years ago

My question is how to use this wonderful tool to automatically detect whether there are pedestrians in the Images and annotate them so that I can save some effort by just correcting the wrongly annotated ones (if possible)?

barzan-hayati commented 4 years ago

My question is how to use this wonderful tool to automatically detect whether there are pedestrians in the Images and annotate them so that I can save some effort by just correcting the wrongly annotated ones (if possible)?

* **OS:**

* **PyQt version:**

@vickyliuliu . I have not checked this option yet. It's very easy. Just import trained network to opencv dnn module and predict objects in image and draw rectangles. After that we need to have movement option to those rects.