Add paper link, project page, and improve metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: CelloCut Benchmark
|
| 3 |
license: cc-by-nc-4.0
|
| 4 |
-
viewer: false
|
| 5 |
size_categories:
|
| 6 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- 3d
|
| 9 |
- mesh
|
|
@@ -15,8 +17,9 @@ tags:
|
|
| 15 |
|
| 16 |
# CelloCut Benchmark
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 20 |
|
| 21 |
## Directory Structure
|
| 22 |
|
|
@@ -84,5 +87,12 @@ the original source license continues to apply to that asset.
|
|
| 84 |
|
| 85 |
## Citation
|
| 86 |
|
| 87 |
-
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
| 3 |
size_categories:
|
| 4 |
- n<1K
|
| 5 |
+
pretty_name: CelloCut Benchmark
|
| 6 |
+
viewer: false
|
| 7 |
+
task_categories:
|
| 8 |
+
- other
|
| 9 |
tags:
|
| 10 |
- 3d
|
| 11 |
- mesh
|
|
|
|
| 17 |
|
| 18 |
# CelloCut Benchmark
|
| 19 |
|
| 20 |
+
[**Project Page**](https://rangeryx-66.github.io/CelloCut/) | [**Paper**](https://huggingface.co/papers/2605.17853) | [**Code**](https://github.com/rangeryx-66/CelloCut)
|
| 21 |
+
|
| 22 |
+
This repository contains the benchmark data and evaluation scripts used for **CelloCut: Constructive Watertight Remeshing via Tetrahedral Cell Cuts**. It is organized as two paired 3D mesh benchmarks: **CelloFill** and **CelloScan**.
|
| 23 |
|
| 24 |
## Directory Structure
|
| 25 |
|
|
|
|
| 87 |
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
+
```bibtex
|
| 91 |
+
@article{yang2026cellocut,
|
| 92 |
+
title = {CelloCut: Constructive Watertight Remeshing via Tetrahedral Cell Cuts},
|
| 93 |
+
author = {Yang, Xuan and Zeng, Yuhang and Fang, Dinglong and Tang, Guochuan and Jiang, Jiaju and Li, Ben and Zhou, Wei and Long, Xiao-Xiao and Lin, Cheng},
|
| 94 |
+
journal = {arXiv preprint arXiv:2605.17853},
|
| 95 |
+
year = {2026},
|
| 96 |
+
url = {https://arxiv.org/abs/2605.17853}
|
| 97 |
+
}
|
| 98 |
+
```
|