Code Monkey home page Code Monkey logo

lidar-intensity's Introduction

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 run 'python/infer_intensity.py' with first argument with path to source folder, where grid lidar sweeps are, and second argument output directory, where you want your point clouds with intensity stored. Point clouds will have channels: Depth, X, Y, Z, Intensity, Label, Red, Green, Blue, Color_mask, Returned_ray_mask

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.

lidar-intensity's People

Contributors

vacany avatar dependabot[bot] avatar otaj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.