Skip to the content.

Installation

Requirements

All the codes are tested in the following environment:

Install pcdet

a. Go to the OpenPCDet repository.

cd OpenPCDet/

b. Install the dependant libraries as follows:

c. Install this pcdet library by running the following command:

python setup.py develop

Dataset Preparation for KITTI

PCDet
├── data
│   ├── kitti
│   │   │──ImageSets
│   │   │──training
│   │   │   ├──calib & velodyne & label_2 & image_2 & (optional: planes)
│   │   │──testing
│   │   │   ├──calib & velodyne & image_2
├── pcdet
├── tools