Giter Site home page Giter Site logo

microcompunics / object-labeling-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jotaraul/object-labeling-toolkit

0.0 2.0 0.0 346 KB

Toolkit for the labeling of objects within sequences of RGB-D observations

License: Other

C++ 97.61% CMake 2.39%

object-labeling-toolkit's Introduction

Object-Labeling-Toolkit

Toolkit for the labeling of objects within sequences of RGB-D observations.

Copyright (C) 2015-2016 Jose Raul Ruiz Sarmiento

University of Malaga ([email protected])

http://mapir.isa.uma.es/jotaraul

If you use this software, please read the LICENSE file. If the utilization is for academic purposes, please cite the work:

@INPROCEEDINGS{Ruiz-Sarmiento-ECMR-2015,

author = {Ruiz-Sarmiento, J. R. and Galindo, Cipriano and Gonz{\'{a}}lez-Jim{\'{e}}nez, Javier},
title = {OLT: A Toolkit for Object Labeling Applied to Robotic RGB-D Datasets},
booktitle = {European Conference on Mobile Robots},
year = {2015},
location = {Lincoln, UK}

}

Toolkit structure

This project is structured as follows:

  • This directory: Rules to build the toolkit using CMake, and the license file (GNU General Public License v3).
  • src: Source files to be compiled, which build the following toolkit applications (listed in the same order as they should be run):
    • Process_rawlog: Sets the extrinsic and intrinsic parameters of the sensors used within the dataset.

    • Mapping: Localizes the poses/locations from which the observations within the datset were taken in order to create a map of the scene.

    • Visualize_reconstruction: Visually shows a 3D reconstruction of the collected data, and stores it as a scene.

    • Label_scene: Permits us to effortlessly label a reconstructed scene. Example of scene being labeled:

      Scene being labeled with the OLT tool

    • Label_rawlog: Propagates the annotated labels in a scene to each observation within the dataset.

    • Dataset_statistics: Shows information of the dataset, e.g. a summary of the objects appearing on it, number of times that they appear, number of pixels they occupy, etc.

    • Benchmark: Compare two labeled rawlogs and yields some performance results.

    • Create_video & Segmentation: Experimental applications under development.

  • Examples of configuration files: A directoy containing some examples of configuration files to be used with the different toolkit applications.

Prerequisites

Mandatory dependencies:

Compiling

mkdir build && cd build && cmake .. && make

object-labeling-toolkit's People

Contributors

jotaraul 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.