Spaces:
Configuration error
Configuration error
jiaweir
commited on
Commit
·
76c0bbe
1
Parent(s):
7c6a4e6
optimize
Browse files- app.py +1 -1
- main_4d_demo.py +1 -1
app.py
CHANGED
|
@@ -239,7 +239,7 @@ if __name__ == "__main__":
|
|
| 239 |
</div>
|
| 240 |
We present DreamGausssion4D, an efficient 4D generation framework that builds on Gaussian Splatting.
|
| 241 |
'''
|
| 242 |
-
_IMG_USER_GUIDE = "Please upload an image in the block above (or choose an example above), click **Generate Video** and **Generate 3D
|
| 243 |
|
| 244 |
# load images in 'data' folder as examples
|
| 245 |
example_folder = os.path.join(os.path.dirname(__file__), 'data')
|
|
|
|
| 239 |
</div>
|
| 240 |
We present DreamGausssion4D, an efficient 4D generation framework that builds on Gaussian Splatting.
|
| 241 |
'''
|
| 242 |
+
_IMG_USER_GUIDE = "Please upload an image in the block above (or choose an example above), click **Generate Video** and **Generate 3D** (they can run in parallel). Finally, click **Generate 4D**."
|
| 243 |
|
| 244 |
# load images in 'data' folder as examples
|
| 245 |
example_folder = os.path.join(os.path.dirname(__file__), 'data')
|
main_4d_demo.py
CHANGED
|
@@ -544,7 +544,7 @@ class GUI:
|
|
| 544 |
delta_time = 1 / 30
|
| 545 |
self.renderer.prepare_render_4x()
|
| 546 |
time = 0
|
| 547 |
-
for hor in range(
|
| 548 |
|
| 549 |
pose = orbit_camera(self.opt.elevation, hor, self.opt.radius)
|
| 550 |
cur_cam = MiniCam(
|
|
|
|
| 544 |
delta_time = 1 / 30
|
| 545 |
self.renderer.prepare_render_4x()
|
| 546 |
time = 0
|
| 547 |
+
for hor in range(360):
|
| 548 |
|
| 549 |
pose = orbit_camera(self.opt.elevation, hor, self.opt.radius)
|
| 550 |
cur_cam = MiniCam(
|