update readme.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This is a model card for the `simeco` model for sim(3)-equivariant shape completion.
|
| 8 |
+
|
| 9 |
+
For details, please refer to our [project page](https://sime-completion.github.io/) and [codebase](https://github.com/complete3d/simeco).
|
| 10 |
+
|
| 11 |
+
If you use PaCo in a scientific work, please consider citing the [paper](https://arxiv.org/pdf/2503.08363):
|
| 12 |
+
```bibtex
|
| 13 |
+
@article{wang2025simeco,
|
| 14 |
+
title={Learning Generalizable Shape Completion with SIM(3) Equivariance},
|
| 15 |
+
author={Yuqing Wang and Zhaiyu Chen and Xiao Xiang Zhu},
|
| 16 |
+
journal={arXiv preprint arXiv:2509.26631},
|
| 17 |
+
year={2025}
|
| 18 |
+
}
|
| 19 |
+
```
|