Spaces:
Running
on
A10G
Running
on
A10G
Update evaluate.py
Browse files- 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"')
|
|
|
|