serendipity800 commited on
Commit
27e22c7
·
verified ·
1 Parent(s): 0f848be

Remove the unrendered README, superseded by README.md

Browse files
Files changed (1) hide show
  1. README +0 -9
README DELETED
@@ -1,9 +0,0 @@
1
- # How to Use the ESRP-PD Dataset
2
-
3
- 1. Download the **ESRP Bench** and complete the environment setup.
4
- 2. Locate the `omnigibson` folder. Unzip `dataset.zip` and place the extracted `data` folder (which contains `3d_front` and `assets`) into the `omnigibson` directory.
5
- 3. Unzip the **3D Front** dataset and move its extracted folders into `omnigibson/data/3d_front`.
6
- 4. Save the dataset splits `train_data.txt`, `test_data.txt`, and `val_data.txt` into `omnigibson/data/3d_front`, and also in the parent directory of 'omnigibson'.
7
- 5. *(Optional)* You may unzip `imitation.zip` to its location and use it for imitation learning training. You should create a directory named 'imitation_data' under the parent directory of 'omnigibson'.
8
- 6. If you finished installing OmniGibson, use python -m omnigibson.create_mesh to preprocess the meshes in the scene.
9
- 7. The imitation dataset provided here is a proof-of-concept example. If you are considering training a high quality imilation policy, please generate yourself (refer to instructions in the README our github repo).