Skip to content

Commit 980bebb

Browse files
authored
change HF_REPO_ID to DeepLabCut/FMPose3D
1 parent 49ae00e commit 980bebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fmpose3d_api/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# HuggingFace repo & filenames (must match fmpose3d.fmpose3d._HF_REPO_ID)
3131
# ---------------------------------------------------------------------------
3232

33-
HF_REPO_ID: str = "deruyter92/fmpose_temp"
33+
HF_REPO_ID: str = "DeepLabCut/FMPose3D"
3434

3535
HUMAN_WEIGHTS_FILENAME: str = "fmpose3d_humans.pth"
3636
ANIMAL_WEIGHTS_FILENAME: str = "fmpose3d_animals.pth"

0 commit comments

Comments
 (0)