tyiannak / multimodal_movie_analysis

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

Add analyze audio #1 #50

Closed tyiannak closed 3 years ago

tyiannak commented 3 years ago

@apoman38 please do a quick review of this code. No need to retrain all models, just a couple of them. Then just proceed to analyze_audio.py for 2-3 movies (with -f and -d mode)

apoman38 commented 3 years ago

Train and feature extraction processes work properly. I trained a model, and the process run without a problem. After the training, I tested analyze_audio.py with a single file and with a directory. In the directory mode, three new .npy files are created correctly.

tyiannak commented 3 years ago

thanx @apoman38