UnboundLocalError
Opened this issue · 0 comments
theopsall commented
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