utiasSTARS / pykitti

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

load more than one sequence (odometry) #68

Open essamgoda opened 2 years ago

essamgoda commented 2 years ago

How to load more than one sequence? this load only 08 sequence what if I want to load more sequences (if this possible) dataset = pykitti.odometry(MAIN_DIR, '08', frames=range(0, 340, 1))