Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ extra_gated_fields:
|
|
26 |
|
27 |
|
28 |
# Stable Video 4D 2.0
|
29 |
-
** is a generative model based on [Stable Video 4D (SV4D)](https://huggingface.co/stabilityai/sv4d), which takes in a single-view video of an object and generates multiple novel-view videos (4D image matrix) of that object.
|
31 |
|
32 |
Please note: For individuals or organizations generating annual revenue of US $1,000,000 (or local currency equivalent) or more, regardless of the source of that revenue, you must obtain an enterprise commercial license directly from Stability AI before commercially using SV4D, or any derivative work of SV4D or its outputs, such as “fine tune” or “low-rank adaption” models. You may submit a request for an Enterprise License at https://stability.ai/enterprise. Please refer to Stability AI’s Community License, available at https://stability.ai/license, for more information.
|
@@ -39,7 +39,7 @@ Please note: For individuals or organizations generating annual revenue of US $
|
|
39 |
* **Model details**: This model is trained to generate 48 images (12 video frames x 4 camera views) at 576x576 resolution, given a reference video of 12 frames of the same size.
|
40 |
The generated 12x4 images matrix can be viewed as 4 videos (12 frames each), showing how the dynamic object looks from 4 different camera angles specified by the user.
|
41 |
To generate longer novel-view videos, we use the first generated frames as reference, and then sample the remaining frames in an auto-regressive manner.
|
42 |
-
Please check our [tech report] and [video summary] for details.
|
43 |
|
44 |
|
45 |
### License
|
@@ -51,8 +51,8 @@ Please check our [tech report] and [video summary] for details.
|
|
51 |
|
52 |
* **Repository**: https://github.com/Stability-AI/generative-models
|
53 |
* **Tech report**: https://sv4d.github.io/static/sv4d_technical_report.pdf
|
54 |
-
* **Video summary**: https://
|
55 |
-
* **Project page**: https://
|
56 |
* **arXiv page**: https://arxiv.org/abs/2407.17470
|
57 |
|
58 |
|
|
|
26 |
|
27 |
|
28 |
# Stable Video 4D 2.0
|
29 |
+

|
30 |
**Stable Video 4D 2.0 (SV4D 2.0)** is a generative model based on [Stable Video 4D (SV4D)](https://huggingface.co/stabilityai/sv4d), which takes in a single-view video of an object and generates multiple novel-view videos (4D image matrix) of that object.
|
31 |
|
32 |
Please note: For individuals or organizations generating annual revenue of US $1,000,000 (or local currency equivalent) or more, regardless of the source of that revenue, you must obtain an enterprise commercial license directly from Stability AI before commercially using SV4D, or any derivative work of SV4D or its outputs, such as “fine tune” or “low-rank adaption” models. You may submit a request for an Enterprise License at https://stability.ai/enterprise. Please refer to Stability AI’s Community License, available at https://stability.ai/license, for more information.
|
|
|
39 |
* **Model details**: This model is trained to generate 48 images (12 video frames x 4 camera views) at 576x576 resolution, given a reference video of 12 frames of the same size.
|
40 |
The generated 12x4 images matrix can be viewed as 4 videos (12 frames each), showing how the dynamic object looks from 4 different camera angles specified by the user.
|
41 |
To generate longer novel-view videos, we use the first generated frames as reference, and then sample the remaining frames in an auto-regressive manner.
|
42 |
+
Please check our [tech report] and [video summary](https://youtu.be/jThfs5O0QhE?feature=shared) for details.
|
43 |
|
44 |
|
45 |
### License
|
|
|
51 |
|
52 |
* **Repository**: https://github.com/Stability-AI/generative-models
|
53 |
* **Tech report**: https://sv4d.github.io/static/sv4d_technical_report.pdf
|
54 |
+
* **Video summary**: https://youtu.be/jThfs5O0QhE?feature=shared
|
55 |
+
* **Project page**: https://sv4d2.github.io
|
56 |
* **arXiv page**: https://arxiv.org/abs/2407.17470
|
57 |
|
58 |
|