We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c3f7 commit 709cbc1Copy full SHA for 709cbc1
README.md
@@ -60,14 +60,22 @@ Future (In Pipeline):
60
4. Data will be saved in ```output_dir/{train, val, test}```
61
62
**scissor is the output_dir, and the folder tree looks like this**
63
- 
64
-
+
+ ```
65
+ scissor
66
+ ├── test
67
+ ├── train
68
+ │ ├── depth
69
+ │ ├── rgb
70
+ │ └── transforms.json
71
+ └── val
72
73
**The generated images looks like this**
74

75
76
77
* Data generation for Articulation training
- * Not available yet
78
+ * Coming soon!
79
80
## ✨ Training and Inference
81
0 commit comments