Update README.md
Browse files
README.md
CHANGED
@@ -7,5 +7,14 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
This is the space for DL3DV-10K organization. If you are looking for the DL3DV benchmark or DL3DV-10K dataset, please
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
This is the space for DL3DV-10K organization. If you are looking for the DL3DV benchmark or DL3DV-10K dataset, please find a version that fits your needs and **accept the term-of-use** in the Dataset card section. Otherwise you cannot download the dataset.
|
11 |
|
12 |
+
The whole dataset is extremly large. Here are different versions for different needs.
|
13 |
+
- 480P resolution frames with poses (~730G). [Dataset link](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-480P).
|
14 |
+
- 960P resolution frames with poses (~2.8T).[Dataset link](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-960P).
|
15 |
+
- 2K resolution frames with poses (~11T). [Dataset link](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-2K).
|
16 |
+
- 4K resolution frames with poses (~44T). [Dataset link](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-4K).
|
17 |
+
- 4K videos (~7T). [Dataset link](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-video).
|
18 |
+
- COLMAP cache folders (may be useful if you need post-processing based on those cach). [Dataset link](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-ColmapCache).
|
19 |
+
|
20 |
+
You can either use git to download the whole dataset or use a download script to download a subset. Details can be found in each repo.
|