Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ base_model:
|
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
---
|
14 |
-
### ☯️
|
15 |
|
16 |
- Pipeline of our image to 3D part generation. It contains two key components, P3-SAM and X-Part. The holistic mesh is fed to part detection module P3-SAM to obtain the semantic features, part segmentations and part bounding boxes. Then X-Part generate the complete parts.
|
17 |
<img src="images/HYpart-fullpip.jpg" alt="drawing" width="600"/>
|
@@ -20,7 +20,7 @@ metrics:
|
|
20 |
- Paper: [ https://arxiv.org/abs/2509.06784](https://arxiv.org/abs/2509.06784).
|
21 |
- Code: [https://github.com/Tencent-Hunyuan/Hunyuan3D-Part/P3-SAM/](P3-SAM/).
|
22 |
- Project Page: [https://murcherful.github.io/P3-SAM/ ](https://murcherful.github.io/P3-SAM/).
|
23 |
-
- HuggingFace Demo: [ https://arxiv.org/abs/2509.06784](https://
|
24 |
<img src="images/p3sam.jpg" alt="drawing" width="600"/>
|
25 |
|
26 |
|
@@ -29,7 +29,7 @@ metrics:
|
|
29 |
- Paper: [https://arxiv.org/abs/2509.08643](https://arxiv.org/abs/2509.08643).
|
30 |
- Code: [https://github.com/Tencent-Hunyuan/Hunyuan3D-Part/XPart/](XPart/).
|
31 |
- Project Page: [https://yanxinhao.github.io/Projects/X-Part/](https://yanxinhao.github.io/Projects/X-Part/).
|
32 |
-
- HuggingFace Demo: [https://arxiv.org/abs/2509.06784](https://
|
33 |
<img src="images/xpart.jpg" alt="drawing" width="600"/>
|
34 |
|
35 |
|
|
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
---
|
14 |
+
### ☯️ **Hunyuan3D Part**
|
15 |
|
16 |
- Pipeline of our image to 3D part generation. It contains two key components, P3-SAM and X-Part. The holistic mesh is fed to part detection module P3-SAM to obtain the semantic features, part segmentations and part bounding boxes. Then X-Part generate the complete parts.
|
17 |
<img src="images/HYpart-fullpip.jpg" alt="drawing" width="600"/>
|
|
|
20 |
- Paper: [ https://arxiv.org/abs/2509.06784](https://arxiv.org/abs/2509.06784).
|
21 |
- Code: [https://github.com/Tencent-Hunyuan/Hunyuan3D-Part/P3-SAM/](P3-SAM/).
|
22 |
- Project Page: [https://murcherful.github.io/P3-SAM/ ](https://murcherful.github.io/P3-SAM/).
|
23 |
+
- HuggingFace Demo: [ https://arxiv.org/abs/2509.06784](https://huggingface.co/spaces/tencent/Hunyuan3D-Part).
|
24 |
<img src="images/p3sam.jpg" alt="drawing" width="600"/>
|
25 |
|
26 |
|
|
|
29 |
- Paper: [https://arxiv.org/abs/2509.08643](https://arxiv.org/abs/2509.08643).
|
30 |
- Code: [https://github.com/Tencent-Hunyuan/Hunyuan3D-Part/XPart/](XPart/).
|
31 |
- Project Page: [https://yanxinhao.github.io/Projects/X-Part/](https://yanxinhao.github.io/Projects/X-Part/).
|
32 |
+
- HuggingFace Demo: [https://arxiv.org/abs/2509.06784](https://huggingface.co/spaces/tencent/Hunyuan3D-Part).
|
33 |
<img src="images/xpart.jpg" alt="drawing" width="600"/>
|
34 |
|
35 |
|