English

Add pipeline tag and model card content

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,9 +1,22 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - AlayaLab/Worldsculpt_data
5
  language:
6
  - en
7
- base_model:
8
- - TencentARC/Pixal3D
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - TencentARC/Pixal3D
4
  datasets:
5
  - AlayaLab/Worldsculpt_data
6
  language:
7
  - en
8
+ license: apache-2.0
9
+ pipeline_tag: image-to-3d
10
+ ---
11
+
12
+ # WorldSculpt
13
+
14
+ This repository contains the model presented in [WorldSculpt: Generating Compositional Worlds from Grounded Videos](https://huggingface.co/papers/2609.05416).
15
+
16
+ WorldSculpt generates compositional 3D mesh scenes from posed multi-view images with instance masks and 3D boxes, enabling complex scenes with up to hundreds of objects.
17
+
18
+ - **Project page:** [https://alaya-lab.github.io/WorldSculpt/](https://alaya-lab.github.io/WorldSculpt/)
19
+ - **Code:** [https://github.com/AlayaLab/WorldSculpt](https://github.com/AlayaLab/WorldSculpt)
20
+ - **Dataset:** [AlayaLab/Worldsculpt_data](https://huggingface.co/datasets/AlayaLab/Worldsculpt_data)
21
+
22
+ For setup and usage instructions, please see the [GitHub repository](https://github.com/AlayaLab/WorldSculpt).