File size: 1,556 Bytes
2e6a120 7cb3cd9 2e6a120 7cb3cd9 9ef1d55 7cb3cd9 1c76530 fdb8bc7 74fb933 3d345b4 74fb933 fdb8bc7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
license: cc-by-4.0
viewer: false
---
# ReplicaCAD Dataset for ManiSkill
This is a modified version of the original [ReplicaCAD dataset](https://huggingface.co/datasets/ai-habitat/ReplicaCAD_dataset)
in order to make it usable by [ManiSkill](https://github.com/haosulab/ManiSkill)
The particular changes are generally a few fixes, which include
- Removing commas and some misplaced commas from URDF files
- Fixing lighting descriptions to not have black holes ie negative intensities
- Fixing the location of some files so they correspond with scene configurations
- Adding handle collision meshes to fridge/cabinet drawer
After installing ManiSkill to download this dataset run
```
python -m mani_skill.utils.download_asset "ReplicaCAD"
```
Citations
---
As this is a modified version of the ReplicaCAD dataset, if using this dataset, please also cite [Habitat 2.0](https://arxiv.org/abs/2106.14405):
```
@inproceedings{szot2021habitat,
title = {Habitat 2.0: Training Home Assistants to Rearrange their Habitat},
author = {Andrew Szot and Alex Clegg and Eric Undersander and Erik Wijmans and Yili Zhao and John Turner and Noah Maestre and Mustafa Mukadam and Devendra Chaplot and Oleksandr Maksymets and Aaron Gokaslan and Vladimir Vondrus and Sameer Dharur and Franziska Meier and Wojciech Galuba and Angel Chang and Zsolt Kira and Vladlen Koltun and Jitendra Malik and Manolis Savva and Dhruv Batra},
booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
year = {2021}
}
``` |