Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-3d
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# MIDI-3D
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
MIDI is a 3D generative model for single image to compositional 3D scene generation. It was introduced in the paper [MIDI: Multi-Instance Diffusion for Single Image to 3D Scene Generation](https://huggingface.co/papers/2412.03558).
|
| 11 |
+
|
| 12 |
+
Project page: https://huanngzh.github.io/MIDI-Page/
|
| 13 |
+
|
| 14 |
+
Code: https://github.com/VAST-AI-Research/MIDI-3D
|