tyiannak / multimodal_movie_analysis

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

UnboundLocalError #37

Open theopsall opened 3 years ago

theopsall commented 3 years ago

I just run the visual extraction script and get the following error:

aV.process_video(video_path, process_mode, print_flag, online_display, save_results) File "/home/theo/Pictures/EnorasiDb/multimodal_movie_analysis/analyze_visual/analyze_visual.py", line 308, in process_video objects_boxes_all.append(objects[0]) UnboundLocalError: local variable 'objects_boxes_all' referenced before assignment