Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.3 KB

preparing_datasets.md

File metadata and controls

27 lines (22 loc) · 1.3 KB

Preparing Datasets

ImageNet and CIFAR datasets

KITTI dataset

To generate labels YOLO can use from the original KITTI labels run

python main.py --kitti_to_yolo_labels /path/to/original/kitti

This is expecting the path to the original KITTI directory structure

path_to_specify
└── raw
    └── training
        ├── image_2
        └── label_2

Which will create a yolo_style_labels directory in the raw directory, containing the KITTI labels in a format YOLO can use.

Structure the choosen dataset(s) as described here.