8000 GitHub - oberger4711/kitti_for_yolo: Convert KITTI labels for yolo training.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oberger4711/kitti_for_yolo

Folders and files

< 989D th class="hide-sm">
Last commit message
NameName
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KITTI for YOLO

This tool generates labels in YOLO format from the KITTI labels. The generated files can be directly used to start a Training on the KITTI data for 2D object detection.

Setup

Install python dependencies. If you want to use a virtualenv for this:

virtualenv env

Then install the packages:

pip install -r requirements.txt

Usage

Run help for how to use the script:

python kitt_label.py --help

After using you may want to exit the virtualenv:

deactivate

About

Convert KITTI labels for yolo training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0