Logo detection in video is a web application which can help self-movie maker or video processor to detect logo that appear in the video and also personalized remove them. Due to the running time, we recommand the tester to run code on your own laptop with opencv3 & python intalled. Also remember to change the path of video and image folder before you run it.
Setup OpenCV3
- Windows - http://docs.opencv.org/3.0-beta/doc/tutorials/introduction/windows_install/windows_install.html
- Ubuntu - http://www.pyimagesearch.com/2015/06/22/install-opencv-3-0-and-python-2-7-on-ubuntu/
pip install sklearn
pip install scipy
git clone https://github.com/nmemme/LogoDetectionInVideo.git
cd LogoDetectionInVideo/- Will process with the video in "video_path" inside of the code
python detectMultiLogo_cam.py starbucks apple
-
Upload button: Click Choose File button and name of uploading video file should be appeared on right. Then, click upload button to upload the video.

-
Run button: Click run button to detect what logo is inside the video.

-
Process button: Choose type of logo you want to blur on the webpage

-
Download button: download the video by clicking download button.

-
A downloaded video can be replayed through webpage media player.

-
test/resault sample video dropbox link: https://www.dropbox.com/sh/dw3kycb4wbu9667/AAD4R4UDSedIbC-Ka5rG_-ava?dl=0
-
logo images dropbox link: https://www.dropbox.com/sh/t1c12t6cnue5tag/AADeMrqzZ-70biCxNPnfB7pZa?dl=0
