Datasets:
Point at the open data_process pipeline that turns this raw layer into UniML3D
Browse files
README.md
CHANGED
|
@@ -105,6 +105,14 @@ snapshot_download("Linzhan/Objaverse-XL-Rigged-Animated-Renders", repo_type="dat
|
|
| 105 |
allow_patterns="glb_render/00064e6f6eec4fd7acf27091b8de4d70-Object_4/*")
|
| 106 |
```
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
## Licensing and attribution
|
| 109 |
|
| 110 |
These renders **depict third-party assets** and are included as visual reference. They are not
|
|
|
|
| 105 |
allow_patterns="glb_render/00064e6f6eec4fd7acf27091b8de4d70-Object_4/*")
|
| 106 |
```
|
| 107 |
|
| 108 |
+
## Where these renders are used
|
| 109 |
+
|
| 110 |
+
The renders here feed the captioning and body-plan classification stages of the open pipeline at [`UniMate/data_process`](https://github.com/Friedrich-M/UniMate/tree/main/data_process), which turns the companion asset repository into the processed motion release [UniML3D](https://huggingface.co/datasets/Linzhan/UniML3D).
|
| 111 |
+
|
| 112 |
+
```bash
|
| 113 |
+
bash data_process/scripts/run_download.sh objaverse_renders
|
| 114 |
+
```
|
| 115 |
+
|
| 116 |
## Licensing and attribution
|
| 117 |
|
| 118 |
These renders **depict third-party assets** and are included as visual reference. They are not
|