Spaces:
Configuration error
Configuration error
update readme
Browse files
README.md
CHANGED
@@ -1,15 +1,25 @@
|
|
1 |
---
|
2 |
title: PPSurf
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
license: mit
|
9 |
suggested_hardware: a10g-small
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
This is a demo for our paper, ["PPSurf: Combining Patches and Point Convolutions for Detailed Surface Reconstruction"](https://arxiv.org/abs/2401.08518)
|
13 |
|
14 |
```
|
15 |
@article{erler2024ppsurf,
|
|
|
1 |
---
|
2 |
title: PPSurf
|
3 |
+
emoji: 🗿
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: blue
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
license: mit
|
9 |
suggested_hardware: a10g-small
|
10 |
+
short_description: PPSurf converting point clouds to meshes
|
11 |
+
models:
|
12 |
+
- name: https://huggingface.co/perler/ppsurf
|
13 |
+
datasets:
|
14 |
+
- name: https://huggingface.co/datasets/perler/ppsurf
|
15 |
+
tags:
|
16 |
+
- point-cloud
|
17 |
+
- reconstruction
|
18 |
+
- surface
|
19 |
+
- mesh
|
20 |
---
|
21 |
|
22 |
+
This is a demo for our paper, ["PPSurf: Combining Patches and Point Convolutions for Detailed Surface Reconstruction"](https://arxiv.org/abs/2401.08518). More information is on our [project page](https://www.cg.tuwien.ac.at/research/publications/2024/erler_2024_ppsurf/)
|
23 |
|
24 |
```
|
25 |
@article{erler2024ppsurf,
|