GithubHelp home page GithubHelp logo

lihua213 / antsy2d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alvinwan/antsy2d

0.0 2.0 0.0 2.09 MB

in-browser point cloud annotation tool for instance-level segmentation using 2d projection

License: BSD 3-Clause "New" or "Revised" License

CSS 1.44% Python 1.80% HTML 0.09% JavaScript 96.67%

antsy2d's Introduction

Antsy2d

in-browser point cloud annotation tool for instance-level segmentation using 2d projection. Original written by kyamagu with lightweight 3d point cloud adaptations by Alvin Wan.

  • Label image regions with mouse.
  • Written in vanilla Javascript, with require.js dependency (packaged).
  • Pure client-side implementation of image segmentation.
  • Fork introduces ability to label point cloud using 2d projection
  • Includes support for KITTI dataset

A browser must support HTML canvas to use this tool.

Importing Data

You can use the automated script if you are using the KITTI dataset.

python to_antsy.py --kitti=path/to/KITTI

Otherwise, prepare a JSON file that looks like the following. The required fields are labels and imageURLs. The annotationURLs are for existing data and can be omitted. Place the JSON file inside the data/ directory.

{
  "labels": [
    "not drivable",
    "drivable"
  ],
  "imageURLs": [
    "data/images/test.png"
  ],
  "annotationURLs": [
    "data/annotations/test.png"
  ],
  "projectedURLs": [
    "data/projected/test.npy"
  ]
}

Then edit main.js to point to this JSON file. Open a Web browser and visit index.html. Once you're done annotating, click "save" to export. Drag the image into data/annotations. Once you're done, convert this data into labelled point clouds:

python from_antsy.py

Citation

The original author asks that future users cite the following:

@article{tangseng2017looking,
Author        = {Pongsate Tangseng and Zhipeng Wu and Kota Yamaguchi},
Title         = {Looking at Outfit to Parse Clothing},
Eprint        = {1703.01386v1},
ArchivePrefix = {arXiv},
PrimaryClass  = {cs.CV},
Year          = {2017},
Month         = {Mar},
Url           = {http://arxiv.org/abs/1703.01386v1}
}

antsy2d's People

Contributors

alvinwan avatar jopasserat avatar kyamagu avatar matt3o avatar nicolaiharich avatar ofk 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.