├── KITTI_colorization.py ├── KITTI_data_generator.py ├── KITTI_georeferencing.py ├── LICENSE ├── README.md └── modules ├── generator_KITTI.py └── ply.py /KITTI_colorization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/KITTI_colorization.py -------------------------------------------------------------------------------- /KITTI_data_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/KITTI_data_generator.py -------------------------------------------------------------------------------- /KITTI_georeferencing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/KITTI_georeferencing.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/README.md -------------------------------------------------------------------------------- /modules/generator_KITTI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/modules/generator_KITTI.py -------------------------------------------------------------------------------- /modules/ply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedeschaud/kitti_carla_simulator/HEAD/modules/ply.py --------------------------------------------------------------------------------