ZiyuG commited on
Commit
752ae1d
1 Parent(s): 7a00f61

Update evaluate.py

Browse files
Files changed (1) hide show
  1. evaluate.py +1 -4
evaluate.py CHANGED
@@ -283,9 +283,6 @@ def install():
283
  os.system('git clone https://github.com/open-mmlab/mmpose.git')
284
  os.chdir('mmpose')
285
  os.system('pip install -r requirements.txt')
 
286
  os.chdir('../')
287
-
288
-
289
  # os.system('mim install "mmpose>=1.1.0"')
290
-
291
-
 
283
  os.system('git clone https://github.com/open-mmlab/mmpose.git')
284
  os.chdir('mmpose')
285
  os.system('pip install -r requirements.txt')
286
+ os.system('pip install -v -e .')
287
  os.chdir('../')
 
 
288
  # os.system('mim install "mmpose>=1.1.0"')