OpenTPOD icon indicating copy to clipboard operation
OpenTPOD copied to clipboard

Add YOLO object detector

Open mristin opened this issue 5 years ago • 4 comments

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?

mristin avatar May 16 '20 05:05 mristin

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.

junjuew avatar May 18 '20 16:05 junjuew

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...

mristin avatar May 18 '20 19:05 mristin

Btw., there are a couple of TensorFlow implementations, e.g.:

  • https://github.com/hizhangp/yolo_tensorflow
  • https://github.com/wizyoung/YOLOv3_TensorFlow

mristin avatar May 18 '20 19:05 mristin

@mristin @junjuew you can also utilize this easy-to-use & packaged version of the latest yolov5 library for this project.

fcakyon avatar Feb 15 '21 10:02 fcakyon