utiasSTARS / pykitti

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

read more than one sequence #71

Open essamgoda opened 1 year ago

essamgoda commented 1 year ago

I need to use pykitti to read multiple sequences like (01,02,03) for training this train only 08 sequence what if I want to train more sequences (if this is possible) dataset = pykitti.odometry(MAIN_DIR, '08', frames=range(0, 340, 1))