Detect logo on video files

Job ID: 35129080

Budget: $30 – $250 USD

DETECT LOGO

I need to create a console app able to scan mp4 video recording files of 1h each and detect logos.

I found this: https://github.com/satojkovic/DeepLogo (but you can choose another code to use)

Tensorflow Object Detection API is the easy to use framework for creating a custom deep learning model that solves object detection problems.

Considering we have already our own dataset, we just need to create a custom model with sufficient accuracy using a collection of detection models pre-trained on COCO, KITTI, and OpenImages dataset.

https://towardsdatascience.com/how-to-work-with-object-detection-datasets-in-coco-format-9bf4fb5848a4

DeepLogo provides training and evaluation environments of Tensorflow Object Detection API for creating a brand logo detection model.