Skip to content

vacany/lidar-intensity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning to predict Lidar intensities

Dataset for download

Grid version

Point cloud version

How to run everything

GTA plugins are available in directory GTA. Please follow the instructions from the original GTAVisionExport repository to make it work.

Some notable changes from the original repository:

  • 4 cameras which switch themselves sitting atop a car to simulate lidar, each with 65 VFOV (~91 HFOV)
  • It is made substantially more lightweight in order to keep only necessary parts.

First go through GTA directory to setup the GTA plugins and collect dataset

Then go through python directory, to compute velodyne-like points.

In order to predict intensity, use python/model_eval.py, the best model checkpoint can be downloaded from here

Configs

Folder configs contains configs for starting either python/model_eval.py or python/model_train.py. Each config in the toplevel configs directory is a list of configs from includes, which are merged together. The order is important, if there are two same keys in different included files, the one that was included later is kept.

You will probably want to change configs/includes/{gta,kitti}data/basedata.yml and config/includes/{gta,kitti}data/segment_data.yml, which contains paths for data.

Configs configs/includes/{reflect,segment}_configs/model*.yml contain directories, where checkpoints are stored. You probably want to change that too.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.4%
  • Python 12.0%
  • C# 6.9%
  • C 4.8%
  • CMake 1.9%