utiasSTARS / pykitti

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

No 'FileNotFoundError' on Python2.x #39

Closed alexandrx closed 5 years ago

alexandrx commented 5 years ago

Since Python2.x does not have FileNotFoundError then _load_poses() fails. Just added a way around it.