xinshuoweng / AB3DMOT

(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
http://www.xinshuoweng.com/
Other
1.67k stars 404 forks source link

'Box3D' object has no attribute 'o' #125

Open mojingyue521 opened 5 months ago

mojingyue521 commented 5 months ago

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'