Link model card to Hugging Face paper page
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
tags:
|
| 4 |
-
- depth-estimation
|
| 5 |
-
- dermatology
|
| 6 |
-
- 3d-reconstruction
|
| 7 |
-
- medical-imaging
|
| 8 |
-
- skin-lesion
|
| 9 |
-
- moge
|
| 10 |
base_model: Ruicheng/moge-2-vitl-normal
|
| 11 |
library_name: pytorch
|
|
|
|
| 12 |
pipeline_tag: depth-estimation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# DermDepth: Monocular Metric Scale 3D Reconstruction for Dermatology
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
## Checkpoints
|
| 20 |
|
|
@@ -68,4 +68,4 @@ CC BY-NC 4.0 (research / non-commercial use). The base MoGe-2 weights remain und
|
|
| 68 |
|
| 69 |
- **Code & training scripts**: https://github.com/hectorcarrion/dermdepth
|
| 70 |
- **D-Synth dataset (training data)**: https://huggingface.co/datasets/hcarrion/D-Synth
|
| 71 |
-
- **Base model**: https://huggingface.co/Ruicheng/moge-2-vitl-normal
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model: Ruicheng/moge-2-vitl-normal
|
| 3 |
library_name: pytorch
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
pipeline_tag: depth-estimation
|
| 6 |
+
tags:
|
| 7 |
+
- depth-estimation
|
| 8 |
+
- dermatology
|
| 9 |
+
- 3d-reconstruction
|
| 10 |
+
- medical-imaging
|
| 11 |
+
- skin-lesion
|
| 12 |
+
- moge
|
| 13 |
---
|
| 14 |
|
| 15 |
# DermDepth: Monocular Metric Scale 3D Reconstruction for Dermatology
|
| 16 |
|
| 17 |
+
This repository contains model checkpoints from the paper [DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology](https://huggingface.co/papers/2607.13010) (Carrión & Norouzi, MICCAI 2026).
|
| 18 |
|
| 19 |
## Checkpoints
|
| 20 |
|
|
|
|
| 68 |
|
| 69 |
- **Code & training scripts**: https://github.com/hectorcarrion/dermdepth
|
| 70 |
- **D-Synth dataset (training data)**: https://huggingface.co/datasets/hcarrion/D-Synth
|
| 71 |
+
- **Base model**: https://huggingface.co/Ruicheng/moge-2-vitl-normal
|