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
An error has occurred (EcoAssist v5.29): 'local variable 'elapsed_time' referenced before assignment'.
The system cannot find the path specified.
Traceback (most recent call last):
File "C:\Users\matou\EcoAssist_files\EcoAssist\EcoAssist_GUI.py", line 3184, in start_deploy
deploy_model(chosen_folder, additional_img_options, data_type = "img", simple_mode = simple_mode)
File "C:\Users\matou\EcoAssist_files\EcoAssist\EcoAssist_GUI.py", line 2719, in deploy_model
classify_detections(os.path.join(chosen_folder, "image_recognition_file.json"), data_type, simple_mode = simple_mode)
File "C:\Users\matou\EcoAssist_files\EcoAssist\EcoAssist_GUI.py", line 2420, in classify_detections
time_ela = elapsed_time,
UnboundLocalError: local variable 'elapsed_time' referenced before assignment
OK
after locating animals, and when it tries to start identifying them. It doesn't always happen but it happenned when doing a scan on multiple pictures using MegaDetector 5a and DeepFaune 1.2
The text was updated successfully, but these errors were encountered:
Im guetting the following error:
Error
An error has occurred (EcoAssist v5.29): 'local variable 'elapsed_time' referenced before assignment'.
The system cannot find the path specified.
Traceback (most recent call last):
File "C:\Users\matou\EcoAssist_files\EcoAssist\EcoAssist_GUI.py", line 3184, in start_deploy
deploy_model(chosen_folder, additional_img_options, data_type = "img", simple_mode = simple_mode)
File "C:\Users\matou\EcoAssist_files\EcoAssist\EcoAssist_GUI.py", line 2719, in deploy_model
classify_detections(os.path.join(chosen_folder, "image_recognition_file.json"), data_type, simple_mode = simple_mode)
File "C:\Users\matou\EcoAssist_files\EcoAssist\EcoAssist_GUI.py", line 2420, in classify_detections
time_ela = elapsed_time,
UnboundLocalError: local variable 'elapsed_time' referenced before assignment
OK
after locating animals, and when it tries to start identifying them. It doesn't always happen but it happenned when doing a scan on multiple pictures using MegaDetector 5a and DeepFaune 1.2
The text was updated successfully, but these errors were encountered: