jadechoghari
commited on
Commit
•
142391d
1
Parent(s):
4ea548f
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ European Conference on Computer Vision (ECCV), 2024
|
|
16 |
|
17 |
## News
|
18 |
|
|
|
19 |
- [25.07.2024] Release weights and inference code for VFusion3D.
|
20 |
|
21 |
|
@@ -73,7 +74,7 @@ print("Video saved at:", video_path)
|
|
73 |
- **Export Mesh:** Want a 3D mesh? Just set `export_mesh=True`, and you'll get a `.obj` file ready to roll. You can also customize the mesh resolution by adjusting the `mesh_size` parameter.
|
74 |
- **Export Video:** Fancy a 3D video? Set `export_video=True`, and you'll receive a beautifully rendered video from multiple angles. You can tweak `render_size` and `fps` to get the video just right.
|
75 |
|
76 |
-
Check out our [demo app](https://huggingface.co/spaces/
|
77 |
|
78 |
## Results and Comparisons
|
79 |
|
|
|
16 |
|
17 |
## News
|
18 |
|
19 |
+
- [08.08.2024] [HF Demo](https://huggingface.co/spaces/facebook/VFusion3D) is available, big thanks to [Jade Choghari](https://github.com/jadechoghari)'s help for making it possible.
|
20 |
- [25.07.2024] Release weights and inference code for VFusion3D.
|
21 |
|
22 |
|
|
|
74 |
- **Export Mesh:** Want a 3D mesh? Just set `export_mesh=True`, and you'll get a `.obj` file ready to roll. You can also customize the mesh resolution by adjusting the `mesh_size` parameter.
|
75 |
- **Export Video:** Fancy a 3D video? Set `export_video=True`, and you'll receive a beautifully rendered video from multiple angles. You can tweak `render_size` and `fps` to get the video just right.
|
76 |
|
77 |
+
Check out our [demo app](https://huggingface.co/spaces/facebook/VFusion3D) to see VFusion3D in action! 🤗
|
78 |
|
79 |
## Results and Comparisons
|
80 |
|