Update README.md
#3
by
ir1d
- opened
- .gitattributes +0 -9
- README.md +14 -12
- objaverse1.0_curated/dynamic4d.tar.gz +0 -3
- objaverse1.0_curated/monocular_front.tar.gz +0 -3
- objaverse1.0_curated/static3d.tar.gz +0 -3
- objaverseXL_curated/xl_renderings.z01 +0 -3
- objaverseXL_curated/xl_renderings.z02 +0 -3
- objaverseXL_curated/xl_renderings.z03 +0 -3
- objaverseXL_curated/xl_renderings.z04 +0 -3
- objaverseXL_curated/xl_renderings.z05 +0 -3
- objaverseXL_curated/xl_renderings.z06 +0 -3
- objaverseXL_curated/xl_renderings.z07 +0 -3
- objaverseXL_curated/xl_renderings.z08 +0 -3
- objaverseXL_curated/xl_renderings.z09 +0 -3
- objaverseXL_curated/xl_renderings.zip +0 -3
.gitattributes
CHANGED
@@ -55,12 +55,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
meta_xl_animation_tot.csv filter=lfs diff=lfs merge=lfs -text
|
57 |
meta_xl_tot.csv filter=lfs diff=lfs merge=lfs -text
|
58 |
-
objaverseXL_curated/xl_renderings.z01 filter=lfs diff=lfs merge=lfs -text
|
59 |
-
objaverseXL_curated/xl_renderings.z02 filter=lfs diff=lfs merge=lfs -text
|
60 |
-
objaverseXL_curated/xl_renderings.z03 filter=lfs diff=lfs merge=lfs -text
|
61 |
-
objaverseXL_curated/xl_renderings.z04 filter=lfs diff=lfs merge=lfs -text
|
62 |
-
objaverseXL_curated/xl_renderings.z05 filter=lfs diff=lfs merge=lfs -text
|
63 |
-
objaverseXL_curated/xl_renderings.z06 filter=lfs diff=lfs merge=lfs -text
|
64 |
-
objaverseXL_curated/xl_renderings.z07 filter=lfs diff=lfs merge=lfs -text
|
65 |
-
objaverseXL_curated/xl_renderings.z08 filter=lfs diff=lfs merge=lfs -text
|
66 |
-
objaverseXL_curated/xl_renderings.z09 filter=lfs diff=lfs merge=lfs -text
|
|
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
meta_xl_animation_tot.csv filter=lfs diff=lfs merge=lfs -text
|
57 |
meta_xl_tot.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -10,33 +10,34 @@ tags:
|
|
10 |
- 3d
|
11 |
- text-to-4d
|
12 |
- image-to-4d
|
13 |
-
- 3d-to-4d
|
14 |
size_categories:
|
15 |
- 1M<n<10M
|
16 |
---
|
17 |
|
18 |
# Diffusion4D: Fast Spatial-temporal Consistent 4D Generation via Video Diffusion Models
|
19 |
|
20 |
-
[[Project Page]](https://vita-group.github.io/Diffusion4D/) | [[
|
21 |
|
22 |
## News
|
23 |
-
|
24 |
-
- 2024.6.4: Released rendered data from curated [objaverse-1.0](https://huggingface.co/datasets/hw-liang/Diffusion4D/tree/main/objaverse1.0_curated), including orbital videos of dynamic 3D, orbital videos of static 3D, and monocular videos from front view.
|
25 |
- 2024.5.27: Released metadata for objects!
|
26 |
|
27 |
## Overview
|
28 |
-
|
|
|
|
|
29 |
1. Selected high-quality 4D object ID.
|
30 |
2. A render script using Blender, providing optional settings to render your personalized data.
|
31 |
-
3. Rendered 4D images by our team to save your GPU time.
|
32 |
|
33 |
## 4D Dataset ID/Metadata
|
34 |
-
We collect 365k dynamic 3D assets from Objaverse-1.0 (42k) and Objaverse-xl (323k).
|
35 |
|
36 |
Metadata of animated objects (323k) from objaverse-xl can be found in [meta_xl_animation_tot.csv](https://huggingface.co/datasets/hw-liang/Diffusion4D/blob/main/meta_xl_animation_tot.csv).
|
37 |
We also release the metadata of all successfully rendered objects from objaverse-xl's Github subset in [meta_xl_tot.csv](https://huggingface.co/datasets/hw-liang/Diffusion4D/blob/main/meta_xl_tot.csv).
|
38 |
|
39 |
-
For text-to-4D generation, the captions are obtained from the work [Cap3D](https://huggingface.co/datasets/tiange/Cap3D).
|
|
|
40 |
|
41 |
|
42 |
## Citation
|
@@ -45,9 +46,10 @@ If you find this repository/work/dataset helpful in your research, please consid
|
|
45 |
|
46 |
```
|
47 |
@article{liang2024diffusion4d,
|
48 |
-
title={Diffusion4D: Fast Spatial-temporal Consistent
|
49 |
-
|
50 |
-
|
|
|
51 |
year={2024}
|
52 |
}
|
53 |
-
```
|
|
|
10 |
- 3d
|
11 |
- text-to-4d
|
12 |
- image-to-4d
|
|
|
13 |
size_categories:
|
14 |
- 1M<n<10M
|
15 |
---
|
16 |
|
17 |
# Diffusion4D: Fast Spatial-temporal Consistent 4D Generation via Video Diffusion Models
|
18 |
|
19 |
+
[[Project Page]](https://vita-group.github.io/Diffusion4D/) | [[Code]](https://github.com/VITA-Group/Diffusion4D) |
|
20 |
|
21 |
## News
|
22 |
+
|
|
|
23 |
- 2024.5.27: Released metadata for objects!
|
24 |
|
25 |
## Overview
|
26 |
+
|
27 |
+
We collect a large-scale, high-quality dynamic 3D(4D) dataset sourced from the
|
28 |
+
vast 3D data corpus of [Objaverse-1.0](https://objaverse.allenai.org/objaverse-1.0/) and [Objaverse-XL](https://github.com/allenai/objaverse-xl). We apply a series of empirical rules to filter the dataset. You can find more details in our paper. In this part, we will release the selected 4D assets, including:
|
29 |
1. Selected high-quality 4D object ID.
|
30 |
2. A render script using Blender, providing optional settings to render your personalized data.
|
31 |
+
3. (To be uploaded) Rendered 4D images by our team to save your GPU time.
|
32 |
|
33 |
## 4D Dataset ID/Metadata
|
34 |
+
We collect 365k dynamic 3D assets from Objaverse-1.0 (42k) and Objaverse-xl (323k). We curate a high-quality subset to train our models. With objaverse-1.0, we provide the selected 11K ids in `rendering/src/ObjV1_curated.txt`. Uncurated 42k IDs of all the animated objects from objaverse-1.0 are in `rendering/src/ObjV1_all_animated.txt`.
|
35 |
|
36 |
Metadata of animated objects (323k) from objaverse-xl can be found in [meta_xl_animation_tot.csv](https://huggingface.co/datasets/hw-liang/Diffusion4D/blob/main/meta_xl_animation_tot.csv).
|
37 |
We also release the metadata of all successfully rendered objects from objaverse-xl's Github subset in [meta_xl_tot.csv](https://huggingface.co/datasets/hw-liang/Diffusion4D/blob/main/meta_xl_tot.csv).
|
38 |
|
39 |
+
For text-to-4D generation, the captions are obtained from the work [Cap3D](https://huggingface.co/datasets/tiange/Cap3D).
|
40 |
+
More about the dataset and curation scripts are coming soon!
|
41 |
|
42 |
|
43 |
## Citation
|
|
|
46 |
|
47 |
```
|
48 |
@article{liang2024diffusion4d,
|
49 |
+
title={Diffusion4D: Fast Spatial-temporal Consistent
|
50 |
+
4D Generation via Video Diffusion Models},
|
51 |
+
author={},
|
52 |
+
journal={arXiv preprint arXiv:},
|
53 |
year={2024}
|
54 |
}
|
55 |
+
```
|
objaverse1.0_curated/dynamic4d.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:52da179720269ad7834554389c9d7e3ef58121ccdb2236abc87d5205a5050144
|
3 |
-
size 14542281698
|
|
|
|
|
|
|
|
objaverse1.0_curated/monocular_front.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e6b6dc0a20afc6d642dc1ae494ebb74e36594c31a558344ab0f3dea70b3fadf1
|
3 |
-
size 14681649693
|
|
|
|
|
|
|
|
objaverse1.0_curated/static3d.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1d5da76415faad3f3f14c87703bc08500d012a86d02d576f0b154dce604f13bc
|
3 |
-
size 14487935302
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z01
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:864695fbbbbe9d49b32bed02e0739bdc6599cc50edb73f12f476b27cf9e017fb
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z02
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8a34bab2a9aeb8f1d7166374a2301567fd5cc4c064bc6f89db382cc0af598758
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z03
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8bbed909d9ecde5b4fe72f376e1e3649dcd5f604283ecc902bc04e71e160519f
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z04
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e2bb14dba7a9a50ab7788536851494e6b7380411604f904163d5e1015f659770
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z05
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ad3bdbc01363d561fe74fa1e6457cbee0ca0893f799778e1df6a2c032a9125a4
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z06
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0dbdf1fd1ebb719c2a1122c8c265126e6669cc106ccdf740343db4e15a22015f
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z07
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2a9ad5590532647313623470997b851a3a93270270b990aad7814f5a365e93a3
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z08
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:438745d163f67527448a99fac510f552cb078536af60dcec5a0046b53e0db407
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.z09
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c42de2decca09bf4a8015e458b1fd6aba099be49f3e8d502851d30d3ceee353a
|
3 |
-
size 25769803776
|
|
|
|
|
|
|
|
objaverseXL_curated/xl_renderings.zip
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:517ac419cc791ea29b38fb07ec081198fcb4ad6f7ca0f5aae43a475e10f90cb7
|
3 |
-
size 15835734031
|
|
|
|
|
|
|
|