ZiyuG commited on
Commit
4a0972a
1 Parent(s): 6453ef4

Update app.sh

Browse files
Files changed (1) hide show
  1. app.sh +4 -1
app.sh CHANGED
@@ -1,4 +1,7 @@
1
  mim install mmengine
2
  mim install "mmcv>=2.0.1"
3
  mim install "mmdet>=3.1.0"
4
- mim install "mmpose>=1.1.0"
 
 
 
 
1
  mim install mmengine
2
  mim install "mmcv>=2.0.1"
3
  mim install "mmdet>=3.1.0"
4
+ git clone https://github.com/open-mmlab/mmpose.git
5
+ cd mmpose
6
+ pip install -r requirements.txt
7
+ pip install -v -e .