thuzhaowang commited on
Commit
bf9868e
·
verified ·
1 Parent(s): f188b19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -1,8 +1,17 @@
1
- <div align="center">
2
 
3
- # Assembler: Scalable 3D Part Assembly via Anchor Point Diffusion
 
 
 
 
4
 
5
- <a href="https://assembler3d.github.io/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github&color=blue&logo=github-pages"></a>&ensp;<a href="https://arxiv.org/abs/2506.17074"><img src="https://img.shields.io/badge/ArXiv-2506.17074-brightgreen"></a>&ensp;<br>
 
 
 
 
 
6
 
7
  **[Wang Zhao<sup>1</sup>](https://thuzhaowang.github.io), [Yan-Pei Cao<sup>2</sup>](https://yanpei.me/), [Jiale Xu<sup>1</sup>](https://bluestyle97.github.io/), [Yuejiang Dong<sup>1,3</sup>](https://scholar.google.com.hk/citations?user=0i7bPj8AAAAJ&hl=zh-CN), [Ying Shan<sup>1</sup>](https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=en)**
8
 
@@ -35,5 +44,3 @@ To run the inference demo, simply use:
35
  python ./scripts/demo.py --config ./configs/demo/demo.yaml --input_dir ./examples/4ef447cbb4a72f0a0e5941c9073c4baa0babd3f93ec55d62b040915f8bf3f49c --output_dir ./outputs/4ef447
36
  ```
37
  This script runs for example data inside `./examples` from Toys4k dataset. You could use your own data to assemble. Put all the part meshes (in GLB format) and reference image (in PNG format) into a single folder, and set the `input_dir` argument to that folder.
38
-
39
- ```
 
1
+ <p align="center">
2
 
3
+ # Assembler: Scalable 3D Part Assembly via Anchor Point Diffusion
4
+
5
+ </p>
6
+
7
+ <div align="center">
8
 
9
+ <a href="https://assembler3d.github.io/"><img src="https://img.shields.io/badge/Project-Page-blue"></a>
10
+ &ensp;
11
+ <a href="https://arxiv.org/abs/2506.17074"><img src="https://img.shields.io/badge/ArXiv-2506.17074-red"></a>
12
+ &ensp;
13
+ <a href="https://github.com/assembler3d/assembler3d.git"><img src="https://img.shields.io/badge/Code-Github-green"></a>
14
+ <br>
15
 
16
  **[Wang Zhao<sup>1</sup>](https://thuzhaowang.github.io), [Yan-Pei Cao<sup>2</sup>](https://yanpei.me/), [Jiale Xu<sup>1</sup>](https://bluestyle97.github.io/), [Yuejiang Dong<sup>1,3</sup>](https://scholar.google.com.hk/citations?user=0i7bPj8AAAAJ&hl=zh-CN), [Ying Shan<sup>1</sup>](https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=en)**
17
 
 
44
  python ./scripts/demo.py --config ./configs/demo/demo.yaml --input_dir ./examples/4ef447cbb4a72f0a0e5941c9073c4baa0babd3f93ec55d62b040915f8bf3f49c --output_dir ./outputs/4ef447
45
  ```
46
  This script runs for example data inside `./examples` from Toys4k dataset. You could use your own data to assemble. Put all the part meshes (in GLB format) and reference image (in PNG format) into a single folder, and set the `input_dir` argument to that folder.