Skip to content

Commit 709cbc1

Browse files
Update README.md
1 parent af8c3f7 commit 709cbc1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,22 @@ Future (In Pipeline):
6060
4. Data will be saved in ```output_dir/{train, val, test}```
6161

6262
**scissor is the output_dir, and the folder tree looks like this**
63-
![Image](./pics/data_folder_tree.png)
64-
63+
64+
```
65+
scissor
66+
├── test
67+
├── train
68+
│ ├── depth
69+
│ ├── rgb
70+
│ └── transforms.json
71+
└── val
72+
```
6573
**The generated images looks like this**
6674
![Image](./pics/generated_data.png)
6775
6876
6977
* Data generation for Articulation training
70-
* Not available yet
78+
* Coming soon!
7179
7280
## ✨ Training and Inference
7381

0 commit comments

Comments
 (0)