utiasSTARS / pykitti

Python tools for working with KITTI data.
MIT License
1.14k stars 239 forks source link

Cannot import tracking (Not listed in __init__.py) #41

Closed tuxbotix closed 5 years ago

tuxbotix commented 5 years ago

I wanted to import the tracking class but was unable to do so; I realized tracking module is a recent-ish addition: Is there a reason not to include this yet? If not, it would be nice to enable it.

P.S. Thank you for releasing this toolkit, saved a lot of time and headaches. ^_^

Cheers!

leeclemnet commented 5 years ago

Oops, I guess I didn't check that when I merged the PR. I just pushed version 0.3.1 to pypi, which should solve this problem. :)

tuxbotix commented 5 years ago

Thanks ^_^ It's not exactly stable yet, I fixed some stuff locally for the moment, Will do a PR once fixed.