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
.../darknet-visualization_script-master/main_gui.py", line 66, in set_global_variables
options = dict(options)
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Traceback (most recent call last):
File "app.py", line 76, in OnChooseCfg
self.cfgText.SetLabelText(cfg_fp)
UnboundLocalError: local variable 'cfg_fp' referenced before assignment
The text was updated successfully, but these errors were encountered:
.../darknet-visualization_script-master/main_gui.py", line 66, in set_global_variables
options = dict(options)
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Traceback (most recent call last):
File "app.py", line 76, in OnChooseCfg
self.cfgText.SetLabelText(cfg_fp)
UnboundLocalError: local variable 'cfg_fp' referenced before assignment
The text was updated successfully, but these errors were encountered: