Improve model card and add tags
#1
by nielsr HF Staff - opened
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`.
|