Code Monkey home page Code Monkey logo

3d_annotation_tool's Introduction

3D ANNOTATION TOOL

Author: Adrià Gallart del Burgo

E-mail: [email protected]

3D Annotation Tool is an application designed to annotate objects in a point cloud scene. Initially, it was developed with the aim to annotate the objects of a table.

Contents

  • data: folder that contains some examples of .pcd files and annotations (.xml file).
  • documentation: folder that contains the user guide.
  • icons: folder with all the icons used.
  • src: this folder contains the source code.
  • annotation_tool.pro: QtCreator project file.
  • CMakeLists.txt: instructions for the installation.
  • README.txt: readme file.
  • info_app.xml: .xml file with information used for the application.
  • info_objects.xml: .xml file with the list of objects annotated by the user.

System requirements

Two options are available to install the prerequisites for the 3D Annotation Tool. The first requires the previous installation of the ROS Groovy.

If the ROS Groovy is installed in your machine:

  1. Make sure that the pcl package is installed inside the ros. If it is not installed:
    sudo apt-get install ros-groovy-pcl

  2. Install the vtk-qt library:
    sudo apt-get install libvtk5.8-qt4

Without ROS Groovy If the ROS Groovy is not installed, the pcl library has to be installed. The following is required:

  1. PCL library:
    sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
    sudo apt-get update
    sudo apt-get install libpcl-all-dev

  2. VTK-QT library:
    sudo apt-get install libvtk5.8-qt

Installation

To install the annotation tool:

  1. cd /your/path/3d_annotation_tool/

  2. mkdir build

  3. cd build

  4. cmake ..

  5. make

Use

To use the annotation tool:

  1. cd /your/path/3d_annotation_tool/

  2. cd bin

  3. ./Annotation_tool

3d_annotation_tool's People

Contributors

adria-gallart avatar akshayats avatar nilsbore avatar raresambrus 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.