Metadata-Version: 2.1
Name: robotathome
Version: 0.2.2
Summary: 'This package provides Python API that assists in loading, parsing, and visualizing the annotations in Robot@Home Dataset
Home-page: https://github.com/goyoambrosio/RobotAtHome_API
Author: G. Ambrosio-Cestero
Author-email: gambrosio@uma.es
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Robot@Home Dataset API 0.2.2 #

The Robot-at-Home dataset (Robot@Home, paper
[here](http://mapir.uma.es/papersrepo/2017/2017-raul-IJRR-Robot_at_home_dataset.pdf))
is a collection of raw and processed data from five domestic settings compiled
by a mobile robot equipped with 4 RGB-D cameras and a 2D laser scanner. Its main
purpose is to serve as a testbed for semantic mapping algorithms through the
categorization of objects and/or rooms.

This package provides the Python API that assists in loading, parsing, and
visualizing the annotations in Robot@Home. Please visit http://mapir.isa.uma.es/
for more information on Robot@Home, including for the data, paper, and
tutorials. The exact format of the annotations is also described on the
[Robot@Home website](http://mapir.isa.uma.es/mapirwebsite/index.php/mapir-downloads/203-robot-at-home-dataset.html).

In addition to this API, please [download](https://zenodo.org/record/3901564)
the Robot@Home Dataset in order to run the demos and use the API (also, you'll
be able to download it using the API)

To install

```
pip install robotathome
```

or under conda environment

```
conda config --append channels gambrosio
conda install robotathome
```


