Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 538 Bytes

KITTI.md

File metadata and controls

23 lines (18 loc) · 538 Bytes

Download the dataset to a location of your convenience. You can later adjust the data path in the preprocessing script.

Preprocessing

By default we assume the following dataset location.

data/
    KITTI/
        tracking/
            training/
                image_02/
                ...

You can then process the data with the following commands:

mp-process kitti --sequence 0001
mp-process kitti --sequence 0002
mp-process kitti --sequence 0006