Coder Social home page Coder Social logo

abdurrasith / lidar_curb_annotator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manojbhat09/lidar_curb_annotator

0.0 0.0 0.0 964.54 MB

Browser based curb annotator

License: Apache License 2.0

Python 57.52% Jupyter Notebook 27.91% JavaScript 13.58% CSS 0.46% HTML 0.53%

lidar_curb_annotator's Introduction

Lidar Curb annotator

This is an extension of paper LATTE. By Bernie Wang, Virginia Wu, Bichen Wu, Kurt Keutzer

Installation

  1. Clone this repository
  2. Setup virtual environment:
    virtualenv env
    Activate the virtual environment
    source env/bin/activate
  3. Install dependencies. By default we use Python3.
    pip3 install -r requirements.txt
  4. To run the tool, run python app.py in wherever you have your app directory is
  5. Open http://127.0.0.1:5000/ on a browser (FireFox has been noted to have compatibility issues)

Annotating your own LiDAR data

Your LiDAR data should include a binary file of the full point cloud, a binary file of the point cloud with the ground removed, and an image. See app/test_dataset for examples. After you have formated your data, place them in app/test_dataset.

Operations for Annotation:

Annotation

  1. ctrl + X is start annotation and highlights
  2. ctrl + X to erase
  3. ctrl + D to pause annotation
  4. ctrl + D to continue annotation
  5. P to save the annotation

Annotation_demo

Undo using erase, pause and continue:

Pause_demo

Controls

"3D" mode

  1. Left click and drag to orbit around the point cloud
  2. Right click and drag to translate.
  3. You can label objects in "3D" mode (see "labelling bounding boxes")

LiDAR Format

This version of the app assumes the LiDAR data to be stored in a binary float matrix (.bin extension). Each column is a point, where the rows are in the following order: x, y, z, and intensity (little endian). See the 3D Velodyne point clouds in KITTI's dataset for example.

lidar_curb_annotator's People

Contributors

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