Logo Detector is a rapid image processor that can detect a series of logos in a given video.
- Call Logo Detector with
python run.py SOME_VIDEO_URL - Logo Detector will download the given video URL and parse it for logos placed in
input/logos - If any of the logos are found, a report will be generated in
output/VIDEO_NAMEand displayed in the console
- FFmpeg - audio/video processing
- OpenCV - computer vision library
- youtube-dl - video downloader for 1000+ sites
brew install ffmpeg opencv youtube-dl(on OSX)