Skip to content

Commit

Permalink
Remove openpifpaf dependency (to be reverted soon)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjoos committed May 31, 2024
1 parent caee4f1 commit 21b6026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ track-bench-track = {path = "plugins/track", develop = true}
mmengine = "^0.10.1"
timm = "^0.9.12"
torchreid = {git = "https://github.com/VlSomers/bpbreid"}
openpifpaf = "^0.13.11"
# openpifpaf = "^0.13.11" # FIXME : Removed until dependency is fixed
soccernet = "^0.1.53"
mmpose = "^1.2.0"
sn-trackeval = ">0.3.0" # {git = "https://github.com/SoccerNet/sn-trackeval.git"}
Expand Down
2 changes: 1 addition & 1 deletion tracklab/wrappers/detect_multiple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# from .mmdetection_api import MMDetection
# from .bottomup_mmpose_api import BottomUpMMPose
from .openpifpaf_api import OpenPifPaf
# from .openpifpaf_api import OpenPifPaf # FIXME : removed until dependency problem is fixed
from .yolov8_api import YOLOv8
from .yolov8_pose_api import YOLOv8Pose

0 comments on commit 21b6026

Please sign in to comment.