Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
pipeline_tag: image-feature-extraction
|
| 6 |
tags:
|
| 7 |
-
-
|
|
|
|
| 8 |
- humans
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 10 |
# DenseMarks
|
| 11 |
|
| 12 |
A PyTorch implementation for dense UVW coordinate prediction from human head images using DINOv3 backbone with DPT head architecture.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- human-head
|
| 6 |
- humans
|
| 7 |
+
- landmarks
|
| 8 |
+
- pytorch
|
| 9 |
+
pipeline_tag: image-feature-extraction
|
| 10 |
+
library_name: pytorch
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# DenseMarks
|
| 14 |
|
| 15 |
A PyTorch implementation for dense UVW coordinate prediction from human head images using DINOv3 backbone with DPT head architecture.
|