YCAyca / 3D-Multi-Object-Tracking-using-Lidar

A 3D Multi Object Tracking using Lidar
31 stars 5 forks source link

Running Bug #1

Closed backkon closed 2 years ago

backkon commented 2 years ago

There is a bug: when the oxts file I provide is none, the code does not judge whether it is none, but directly reads the oxts, resulting in an error. (in line 292, tracking.py)

YCAyca commented 2 years ago

Hello, if you have oxts folder in the same path with your velodyne folder, the code starts using after parsing this oxts path from main path. So if you don't want to use it, you can just quickly change the name of oxts folder to oxts_ or something like that to prevent that the code finds oxts folder and use it directly