Sm0kyWu commited on
Commit
32ff3f7
·
verified ·
1 Parent(s): 24f9a4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,13 +1,13 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
4
-
5
- # **Amodal3R**: Amodal 3D Reconstruction from Occluded 2D Images
6
-
7
- Given partially visible objects within images, Amodal3R reconstructs semantically meaningful 3D assets with reasonable geometry and plausible appearance.
8
-
9
- Arxiv:
10
-
11
- Project Page: https://sm0kywu.github.io/Amodal3R/
12
-
13
- Our model is built upon the "foundation" model [TRELLIS](https://trellis3d.github.io/). The pre-trained model weights are fetched from https://huggingface.co/JeffreyXiang/TRELLIS-image-large. Thanks to their impressive work!!!
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # **Amodal3R**: Amodal 3D Reconstruction from Occluded 2D Images
6
+
7
+ Given partially visible objects within images, Amodal3R reconstructs semantically meaningful 3D assets with reasonable geometry and plausible appearance.
8
+
9
+ Arxiv: https://arxiv.org/abs/2503.13439
10
+
11
+ Project Page: https://sm0kywu.github.io/Amodal3R/
12
+
13
+ Our model is built upon the "foundation" model [TRELLIS](https://trellis3d.github.io/). The pre-trained model weights are fetched from https://huggingface.co/JeffreyXiang/TRELLIS-image-large. Thanks to their impressive work!!!