Coder Social home page Coder Social logo

alvinwan / antsy3d Goto Github PK

View Code? Open in Web Editor NEW
34.0 2.0 10.0 663 KB

in-browser point cloud annotation tool for instance-level segmentation with fat markers

Home Page: http://alvinwan.com/antsy3d

License: Apache License 2.0

HTML 5.30% JavaScript 90.06% CSS 4.65%
annotation object-segmentation point-cloud point-cloud-visualizer

antsy3d's Introduction

antsy3d

Antsy 3D

Lightweight point cloud annotation tool for instance-level segmentation using fat markers and raytracing.

Notes:

  • This has now evolved into a more sophisticated LiDaR annotator: LiDaR Annotator by B. Wang et. al. I recommend using that instead.
  • Sorry, current version using skinny (1-pixel) marker. :( Another option is to use Three.js's built-in octotree and color entire boxes.

Usage

No installation needed! This is an in-browser interactive view of your models.

  1. To run, double-click on index.html to launch the app.
  2. To label, simply hold your mouse down and drag across the screen.
  3. To export your labelled points, click on the "save" button to the top-left.

Need to rotate or move your point cloud? To change between move mode and label mode, click on the respective buttons in the top-left:

  • In move mode, dragging will reorient the point cloud. Scrolling with zoom in and out.
  • In label mode, dragging will added red dots, representing labelled points.

Point Cloud Format

js/output.js defines a global variable data, a dictionary mapping unique point cloud names to point cloud data; point clouds have a vertices property, a list of vertices, each with .x, .y and .z properties.

e.g., To access the x position of the first point in the point cloud named frog, you would access data.frog.vertices[0].x. Simple example of output.js:

var data = {
   'frog': {
      'vertices': [
          {'x': 3.5, 'y': 3.5, 'z': 5.6},
          {'x': 1.0, 'y': 1.2, 'z': 3.4}
      ]
   }
}

antsy3d's People

Contributors

alvinwan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

antsy3d's Issues

Multiple labels?

Hello,

I'm wondering if this tool can be used to attach multiple labels to an input point cloud? Couldn't see any instructions related to that. Is there a hotkey or mouse control to switch between labels?

Reloading the point cloud separately for each label would cause inconsistencies between each labeling run.

Thanks!

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.