You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: