Spaces:
Running
on
A10G
Running
on
A10G
Update evaluate.py
Browse files- evaluate.py +5 -0
evaluate.py
CHANGED
@@ -283,4 +283,9 @@ def install():
|
|
283 |
os.system('pip install -r requirements.txt')
|
284 |
os.system('pip install -v -e .')
|
285 |
os.chdir('../')
|
|
|
|
|
|
|
|
|
|
|
286 |
# os.system('mim install "mmpose>=1.1.0"')
|
|
|
283 |
os.system('pip install -r requirements.txt')
|
284 |
os.system('pip install -v -e .')
|
285 |
os.chdir('../')
|
286 |
+
|
287 |
+
os.system('git clone https://github.com/open-mmlab/mmdetection.git')
|
288 |
+
os.system('cd mmdetection')
|
289 |
+
os.system('pip install -v -e .')
|
290 |
+
os.chdir('../')
|
291 |
# os.system('mim install "mmpose>=1.1.0"')
|