tyiannak / multimodal_movie_analysis

A Python Library for Multimodal Analysis of Movies and Content-based Movie Recommendation
25 stars 8 forks source link

#13 shot evaluation script #23

Closed tyiannak closed 3 years ago

tyiannak commented 3 years ago

Shot-change detection evaluation script

To QA:

@lobracost @apoman38

pakoromilas commented 3 years ago

Shot-change detection evaluation script

To QA:

* run evaluation script on file python3 shot_evaluation.py -f data/cats_and_dogs.mp4

* run evaluation script on folder python3 shot_evaluation.py -d data

* check code

@lobracost @apoman38

Under both file & directory flags, the script works fine for me. Also the code seems good.

Running outcomes on my setup:

apoman38 commented 3 years ago

The script works fine and with a single file and with directory.