CommercialDetection icon indicating copy to clipboard operation
CommercialDetection copied to clipboard

GSOC 2015 project for Red Hen Labs

Results 7 CommercialDetection issues
Sort by recently updated
recently updated
newest added

Greetings, I am curious if it is possible to use this project as a library for embedded projects such as arduino, etc. It would make an interesting project to create...

I tried to install and run your code on a ubuntu14:04 and also on mint18. Both times i run the script decencies. After that i install manual python-dejavu. I get...

pls make portable binary executable python (all dependencies included) app so I only add my movie and it will be detect commercials and remove it

Hi, Can you provide the input test files? ``` input_file_path = '../test/test.mp4' labels_file_path = '../test/test_labels.txt' ``` I just comment out the test_generate() function, and specify a sample .mp4 with an...

Hi, I was looking for ad detection in my SO question, glad I found software. https://stats.stackexchange.com/questions/316742/dataset-for-tv-commercials I need to pass a `.mp4` video as an argument and it tell me...

When running main.py it says that "ImportError: No module named recognize". I'm a beginner and I can't figure out what's going on. How can I fix this problem? BTW when...

When attempting to detect commercials (e.g. run with -r flag) there appears to be no automatic scene change detection. My output.txt just says the entire file is unclassified. There appears...