Diffusers
video-to-4d
stable-diffusion
chunhanyao commited on
Commit
e5e4aca
·
verified ·
1 Parent(s): d7e2211

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -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](https://sv4d2.0.github.io/static/sv4d2.0_tech_report.pdf) and [video summary](https://youtu.be/dtqj-s50ynU?feature=shared) for details.
43
 
44
 
45
  ### License
@@ -50,10 +50,9 @@ Please check our [tech report](https://sv4d2.0.github.io/static/sv4d2.0_tech_rep
50
  ### Model Sources
51
 
52
  * **Repository**: https://github.com/Stability-AI/generative-models
53
- * **Tech report**: https://sv4d2.0.github.io/static/sv4d2.0_tech_report.pdf
54
- * **Video summary**: https://youtu.be/dtqj-s50ynU?feature=shared
55
  * **Project page**: https://sv4d20.github.io
56
- * **arXiv page**: https://arxiv.org/pdf/2503.16396
 
57
 
58
 
59
  ### Training Dataset
 
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 [arxiv paper](https://arxiv.org/pdf/2503.16396) and [video summary](https://youtu.be/dtqj-s50ynU?feature=shared) for details.
43
 
44
 
45
  ### License
 
50
  ### Model Sources
51
 
52
  * **Repository**: https://github.com/Stability-AI/generative-models
 
 
53
  * **Project page**: https://sv4d20.github.io
54
+ * **arXiv paper**: https://arxiv.org/pdf/2503.16396
55
+ * **Video summary**: https://youtu.be/dtqj-s50ynU?feature=shared
56
 
57
 
58
  ### Training Dataset