Replace previous checkpoint to NeurIPS 2025 checkpoint
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Learning Dense Hand Contact Estimation from Imbalanced Data
|
| 3 |
metaTitle: HACO
|
| 4 |
emoji: 🤗
|
| 5 |
colorFrom: yellow
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Learning Dense Hand Contact Estimation from Imbalanced Data (NeurIPS 2025)
|
| 3 |
metaTitle: HACO
|
| 4 |
emoji: 🤗
|
| 5 |
colorFrom: yellow
|
app.py
CHANGED
|
@@ -39,7 +39,7 @@ contact_renderer = ContactRenderer()
|
|
| 39 |
# Download checkpoint from Hugging Face Hub
|
| 40 |
checkpoint_path = hf_hub_download(
|
| 41 |
repo_id="dqj5182/haco-checkpoints",
|
| 42 |
-
filename="
|
| 43 |
repo_type="dataset"
|
| 44 |
)
|
| 45 |
|
|
|
|
| 39 |
# Download checkpoint from Hugging Face Hub
|
| 40 |
checkpoint_path = hf_hub_download(
|
| 41 |
repo_id="dqj5182/haco-checkpoints",
|
| 42 |
+
filename="NeurIPS2025/haco_neurips_hamer_checkpoint.ckpt",
|
| 43 |
repo_type="dataset"
|
| 44 |
)
|
| 45 |
|