Commit ·
402bdbb
1
Parent(s): 216a07f
add folder structure
Browse files
README.md
CHANGED
|
@@ -13,4 +13,20 @@ wget https://virutalbuy-public.oss-cn-hangzhou.aliyuncs.com/share/aigc3d/valid_p
|
|
| 13 |
python ./download_HQ_renderings.py /path/to/savedata /path/to/valid_paths_v4_cap_filter_thres_28.json nthreads(eg. 10)
|
| 14 |
# caption file
|
| 15 |
wget https://virutalbuy-public.oss-cn-hangzhou.aliyuncs.com/share/aigc3d/text_captions_cap3d.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
```
|
|
|
|
| 13 |
python ./download_HQ_renderings.py /path/to/savedata /path/to/valid_paths_v4_cap_filter_thres_28.json nthreads(eg. 10)
|
| 14 |
# caption file
|
| 15 |
wget https://virutalbuy-public.oss-cn-hangzhou.aliyuncs.com/share/aigc3d/text_captions_cap3d.json
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
## Folder structure
|
| 19 |
+
```
|
| 20 |
+
|-- ROOT
|
| 21 |
+
|-- dictionary_id
|
| 22 |
+
|-- instance_id
|
| 23 |
+
|-- campos_512_v4
|
| 24 |
+
|-- 00000
|
| 25 |
+
|-- 00000.json # Camera Information
|
| 26 |
+
|-- 00000.png # RGB
|
| 27 |
+
|-- 00000_albedo.png # Albedo
|
| 28 |
+
|-- 00000_hdr.exr # HDR
|
| 29 |
+
|-- 00000_mr.png # Metalness and Roughness
|
| 30 |
+
|-- 00000_nd.exr # Normal and Depth
|
| 31 |
+
|-- ...
|
| 32 |
```
|