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
How to solve the problem in model.py?
line 197 str_vis = '%d, %f' % (ID_tmp, trk_tmp.o)
Exception has occurred: AttributeError (note: full exception trace is shown but execution is paused at: _run_module_as_main)
'Box3D' object has no attribute 'o'
The text was updated successfully, but these errors were encountered:
How to solve the problem in model.py?
line 197 str_vis = '%d, %f' % (ID_tmp, trk_tmp.o)
Exception has occurred: AttributeError (note: full exception trace is shown but execution is paused at: _run_module_as_main)
'Box3D' object has no attribute 'o'
The text was updated successfully, but these errors were encountered: