This repository contains code corresponding to:
J. Lundell, F. Verdoja and V. Kyrki, "Hallucinating Robots: Inferring Obstacle Distances from Partial Laser Measurements," 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Madrid, 2018, pp. 4781-4787.
doi: 10.1109/IROS.2018.8594399
preprint: arxiv
Please cite as:
@inproceedings{lundell2018hallucinating,
author={J. {Lundell} and F. {Verdoja} and V. {Kyrki}},
booktitle={2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title={Hallucinating Robots: Inferring Obstacle Distances from Partial Laser Measurements},
year={2018},
pages={4781-4787},
doi={10.1109/IROS.2018.8594399},
ISSN={2153-0866}
}
- Install the dependencies mentioned above.
- Clone this repository
git clone [email protected]:lundelj2/IROS2018-Hallucinating-Robots.git cd IROS2018-Hallucinating-Robots/
- Fetch the training and test set either by:
- Running the installation script install.sh or
- Create the folder datasets and manually place the dataset there.
- Run a training instance either by:
- Running the python script
python hallucinating.py
- or, alternatively, if the user installed jupyter run the jupyter notebook hallucinating.ipynb
- Running the python script