Skip to content

Commit

Permalink
update dwpose installer and notes
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Jan 30, 2025
1 parent 1697fb1 commit e3bb57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/control/proc/dwpose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def check_dependencies():
global checked_ok, busy # pylint: disable=global-statement
busy = True
debug = log.trace if os.environ.get('SD_DWPOSE_DEBUG', None) is not None else lambda *args, **kwargs: None
# pip install --upgrade --no-deps --force-reinstall termcolor xtcocotools terminaltables pycocotools munkres shapely openmim==0.3.9 mmengine==0.10.5 mmcv==2.2.0 mmpose==1.3.2 mmdet==3.3.0
# pip install --upgrade --no-deps --force-reinstall termcolor xtcocotools terminaltables pycocotools munkres shapely openmim==0.3.9 mmengine==0.10.5 mmcv==2.1.0 mmpose==1.3.2 mmdet==3.3.0
packages = [
'termcolor',
'xtcocotools',
Expand All @@ -44,7 +44,7 @@ def check_dependencies():
'shapely',
'openmim==0.3.9',
'mmengine==0.10.5',
'mmcv==2.2.0',
'mmcv==2.1.0',
'mmpose==1.3.2',
'mmdet==3.3.0',
]
Expand Down

0 comments on commit e3bb57c

Please sign in to comment.