Giter Club home page Giter Club logo

pointlabeltool's Introduction

Point Cloud Label Tool

This is a annotation tool for the 3D detection and tracking of point cloud based on open3d.

Requiments

open3d = 0.9.0 pillow numpy

Handling Instruction

The key bindings come from GLFW.

  • ",/.": move prev frame or next frame
  • "D/L": load the initial label from det or manual
  • "S": save the label to the label_path
  • "ENTER": switch the activated box to edit
  • "Up/Down;Left/Right": move the activated box in the x-y plane
  • "1/2;3/4;5/6": change the size of the activated box
  • "R": rotate the activated box
  • "PageUp/PageDown": change the track_id of the activated box
  • "X": delete the activated bounding box
  • "N": new a bounding box at the origin

Data Path

Edit the data_path, det_path, label_path of yourself.
The LiDAR data should be the '.pcd' file.
And the annotations are the ".txt", of which each row is (class,l,w,h,x,y,z,yaw,id).

To be Mentioned

The code is for open3d 0.9.0, while other version open3d can be used if you change some specific functions, such as the open3d.geometry.Geometry.rotate() in Line 188.

pointlabeltool's People

Contributors

meng-zha avatar

Forkers

zhangcyg

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.