dqj5182 commited on
Commit
4b45144
·
1 Parent(s): 396e064

Replace previous checkpoint to NeurIPS 2025 checkpoint

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
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="haco_final_hamer_checkpoint.ckpt",
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