8000
Skip to content

Repository files navigation

Carla Export Data

Generating training data from the Carla driving simulator in the KITTI dataset format. Supports Carla 0.9.13.

Screenshot_3

KITTI dataset format

An example of KITTI dataset format

  • poses
    • 00.txt
    • 01.txt
    • ...
  • sequences
    • 00
      • image_2
        • 000000.png
        • 000001.png
        • ...
      • velodyne
        • 000000.bin
        • 000001.bin
        • ...
      • label_2
        • 000000.txt
        • 000001.txt
        • ...
      • calib.txt
      • times.txt
    • 01
      • ...
    • ...

Running the client after running the Carla Server

# Run carla server
$ cd carla_docker
$ ./docker_run_carla.sh

# Run the client
$ cd /path/to/repo
$ python export_data.py

# Visualize carla data if needed (in a new terminal)
$ bash carla_docker/run_carlaviz.sh

# Stop carla server after data generation
$ cd carla_docker
$ ./stop_carla.sh

References:

About

Export data (in KITTI format) using Carla 0.9.13

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

0