Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,14 +6,18 @@ tags:
|
|
| 6 |
- image-to-3d
|
| 7 |
- 3d-generation
|
| 8 |
- scene-generation
|
| 9 |
-
-
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# IScene
|
| 13 |
|
| 14 |
-
IScene
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Contents
|
| 19 |
|
|
@@ -41,19 +45,12 @@ inferencer = ISceneInferencer.from_pretrained("release_hf/IScene-v1")
|
|
| 41 |
## Notes
|
| 42 |
|
| 43 |
- This package contains only the IScene release checkpoint files, not historical training logs or experimental checkpoints.
|
| 44 |
-
- The IScene code
|
| 45 |
|
| 46 |
## Attribution
|
| 47 |
|
| 48 |
-
IScene
|
| 49 |
-
|
| 50 |
-
Please also cite and respect the license terms of TRELLIS:
|
| 51 |
-
|
| 52 |
-
- Project: https://trellis3d.github.io/
|
| 53 |
-
- Code: https://github.com/microsoft/TRELLIS
|
| 54 |
-
- Model: https://huggingface.co/microsoft/TRELLIS-image-large
|
| 55 |
-
- Paper: Structured 3D Latents for Scalable and Versatile 3D Generation
|
| 56 |
|
| 57 |
## License
|
| 58 |
|
| 59 |
-
This model package is prepared for release under the MIT License.
|
|
|
|
| 6 |
- image-to-3d
|
| 7 |
- 3d-generation
|
| 8 |
- scene-generation
|
| 9 |
+
- segmentation-conditioned-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# IScene
|
| 13 |
|
| 14 |
+
IScene is a segmentation-conditioned 3D scene generation model. This Hugging Face repository hosts the `IScene-v1` checkpoint package for IScene inference.
|
| 15 |
|
| 16 |
+
## Links
|
| 17 |
+
|
| 18 |
+
- Project: https://luling06.github.io/I-Scene-project/
|
| 19 |
+
- Code: https://github.com/LuLing06/I-Scene-project
|
| 20 |
+
- Model: https://huggingface.co/LuLing/IScene
|
| 21 |
|
| 22 |
## Contents
|
| 23 |
|
|
|
|
| 45 |
## Notes
|
| 46 |
|
| 47 |
- This package contains only the IScene release checkpoint files, not historical training logs or experimental checkpoints.
|
| 48 |
+
- The IScene code loads the base model from `microsoft/TRELLIS-image-large` unless an equivalent local mirror is provided.
|
| 49 |
|
| 50 |
## Attribution
|
| 51 |
|
| 52 |
+
IScene builds on the TRELLIS image-to-3D backbone and uses `microsoft/TRELLIS-image-large` as the base model. Please preserve upstream TRELLIS attribution and license terms when redistributing derived code or model packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
## License
|
| 55 |
|
| 56 |
+
This model package is prepared for release under the MIT License.
|