OpenTPOD
OpenTPOD copied to clipboard
Add YOLO object detector
Hi! Thank you very much for this tool, great work! Is there any reason why you didn't add YOLO object detector to the list? Any plans to add it?
Thank you for your interest. We are planning to support more object detectors. The priority of which models to include is a trade-off between popularity, speed-accuracy of the model, and development time. We will keep YOLO in consideration.
Hi @junjuew , Thanks for your response. YOLO might be in fact the most popular detector in this corner of the world (Central Europe) at the moment...
Btw., there are a couple of TensorFlow implementations, e.g.:
- https://github.com/hizhangp/yolo_tensorflow
- https://github.com/wizyoung/YOLOv3_TensorFlow
@mristin @junjuew you can also utilize this easy-to-use & packaged version of the latest yolov5 library for this project.