NickyFot / logo-detection

detect logos appear in digital images/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo-detection

  1. If you have trained your model by using darknet code, you should convert the model to the python version by using convert.py.

  2. Open yolo.py, and run the function detect_video. You can download the pre-trained model from here: https://drive.google.com/open?id=1cbuhFy-1LCoa2Sk00_0tXOTnOmK_eFGT

Output: a. analysis result in CSV b. Video with bounding box

  1. If you want to strack individual logo, you should run logo_id_creator.py

About

detect logos appear in digital images/videos


Languages

Language:Python 100.0%