Giter Site home page Giter Site logo

troiwill / build-lidar-2d-bev-data Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 3.0 92 KB

Generates 2D bird's eye view (BEV) images of individual LiDAR scans and aggregates individual scans to produce BEV maps.

License: MIT License

CMake 4.51% Shell 0.31% C++ 87.03% Python 8.14%
kitti lidar bev 2d map

build-lidar-2d-bev-data's Introduction

Read me

Description

This repository builds a program that:

  1. Creates 2D bird's eye view (BEV) images of online LiDAR scans,
  2. Aggregates 2D BEV images to create a BEV map, and
  3. Outputs a information file (info.txt) that relates each BEV scan to a pixel position in the BEV map.

Instructions

Building the program.

  1. Install Anaconda Python.
  2. Clone this repository.
  3. Execute the following commands:
# Change into repo.
cd build-lidar-2d-bev-data

# Set up environment.
source env/start_env.sh
bash env/install_packages.sh

# Build the program.
mkdir -p build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../bin
make -j && make install

Running the program.

To run the program:

  1. Go to the bin directory in the repo. That is, cd bin from repo root.
  2. Run ./build_kitti_bev_data --basedir <basedir> --savedir <savedir> --res <res> ... with your choice of the remaining arguments.

build-lidar-2d-bev-data's People

Contributors

troiwill avatar will-kode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.