Chen commited on
Commit
fbcd9fb
·
verified ·
1 Parent(s): d3af6e7

Create README

Browse files
Files changed (1) hide show
  1. README +7 -0
README ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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_ids.json`, `test_ids.json`, and `val_ids.json` into both `omnigibson/data` and `omnigibson/data/3d_front`.
7
+ 5. *(Optional)* You may unzip `imitation.zip` to any location and use it for imitation learning training.