Improve model card and add tags
Browse filesHi! I'm Niels from the community science team at Hugging Face.
This PR improves the model card for AmbiSuR. I've added descriptive tags to the metadata to make the work more discoverable, included the list of authors, and added a brief summary of the method based on the paper's abstract. I have also ensured the links to the paper, code, and project page are clearly presented.
README.md
CHANGED
|
@@ -1,15 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-to-3d
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
|
|
|
| 5 |
# Revisiting Photometric Ambiguity for Accurate Gaussian-Splatting Surface Reconstruction
|
| 6 |
|
| 7 |
-
This repository provides the reconstructed meshes and resources for the paper Revisiting Photometric Ambiguity for Accurate Gaussian-Splatting Surface Reconstruction.
|
|
|
|
|
|
|
| 8 |
|
| 9 |
* [๐ Paper](https://huggingface.co/papers/2605.12494)
|
| 10 |
* [๐ Project Page](https://fictionarry.github.io/AmbiSuR-Proj/)
|
| 11 |
* [๐ป Code](https://github.com/Fictionarry/AmbiSuR)
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
## Reconstruction on Tanks and Temples and DTU Datasets
|
| 14 |
|
| 15 |
Here we provide the reconstructed meshes of the paper's experiments from AmbiSuR.
|
|
@@ -17,7 +27,6 @@ Here we provide the reconstructed meshes of the paper's experiments from AmbiSuR
|
|
| 17 |
You can browse all the released meshes at:
|
| 18 |
|
| 19 |
- `ambisur-<dataset>-meshes-eval/`: The meshes on DTU/TnT datasets, with strict filtering strategy for evaluation.
|
| 20 |
-
|
| 21 |
- `ambisur-<dataset>-meshes-vis/`: The meshes on DTU/TnT datasets, with loose filtering strategy for visualization.
|
| 22 |
|
| 23 |
Metrics shall be reproduced with the results with postfix of `-eval`.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-to-3d
|
| 4 |
+
tags:
|
| 5 |
+
- gaussian-splatting
|
| 6 |
+
- 3d
|
| 7 |
+
- surface-reconstruction
|
| 8 |
---
|
| 9 |
+
|
| 10 |
# Revisiting Photometric Ambiguity for Accurate Gaussian-Splatting Surface Reconstruction
|
| 11 |
|
| 12 |
+
This repository provides the reconstructed meshes and resources for the paper [Revisiting Photometric Ambiguity for Accurate Gaussian-Splatting Surface Reconstruction](https://huggingface.co/papers/2605.12494).
|
| 13 |
+
|
| 14 |
+
**Authors**: Jiahe Li, Jiawei Zhang, Xiao Bai, Jin Zheng, Xiaohan Yu, Lin Gu, Gim Hee Lee.
|
| 15 |
|
| 16 |
* [๐ Paper](https://huggingface.co/papers/2605.12494)
|
| 17 |
* [๐ Project Page](https://fictionarry.github.io/AmbiSuR-Proj/)
|
| 18 |
* [๐ป Code](https://github.com/Fictionarry/AmbiSuR)
|
| 19 |
|
| 20 |
+
## Overview
|
| 21 |
+
AmbiSuR is a framework that explores an intrinsic solution upon Gaussian Splatting for photometric ambiguity-robust surface 3D reconstruction. By revisiting built-in primitive-wise ambiguities, the framework introduces a photometric disambiguation constraint and an ambiguity indication module to identify and guide the correction of underconstrained reconstructions, achieving high-performance surface formation in challenging scenarios.
|
| 22 |
+
|
| 23 |
## Reconstruction on Tanks and Temples and DTU Datasets
|
| 24 |
|
| 25 |
Here we provide the reconstructed meshes of the paper's experiments from AmbiSuR.
|
|
|
|
| 27 |
You can browse all the released meshes at:
|
| 28 |
|
| 29 |
- `ambisur-<dataset>-meshes-eval/`: The meshes on DTU/TnT datasets, with strict filtering strategy for evaluation.
|
|
|
|
| 30 |
- `ambisur-<dataset>-meshes-vis/`: The meshes on DTU/TnT datasets, with loose filtering strategy for visualization.
|
| 31 |
|
| 32 |
Metrics shall be reproduced with the results with postfix of `-eval`.
|