Skip to content

Commit

Permalink
update: checkpoints path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Jan 1, 2025
1 parent c5b11a6 commit 3a54660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imcui/hloc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def flush_logs():

DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")

# model hub: https://huggingface.co/Realcat/imatchui_checkpoint
MODEL_REPO_ID = "Realcat/imatchui_checkpoints"
# model hub: https://huggingface.co/Realcat/imcui_checkpoints
MODEL_REPO_ID = "Realcat/imcui_checkpoints"

DATASETS_REPO_ID = "Realcat/imcui_datasets"

0 comments on commit 3a54660

Please sign in to comment.