Spaces:
Running
on
A10G
Running
on
A10G
Update evaluate.py
Browse files- evaluate.py +2 -1
evaluate.py
CHANGED
@@ -285,7 +285,8 @@ def install():
|
|
285 |
os.chdir('../')
|
286 |
|
287 |
os.system('git clone https://github.com/open-mmlab/mmdetection.git')
|
|
|
288 |
os.chdir('mmdetection')
|
289 |
os.system('pip install -v -e .')
|
290 |
os.chdir('../')
|
291 |
-
# os.system('mim install "mmpose>=1.1.0"')
|
|
|
285 |
os.chdir('../')
|
286 |
|
287 |
os.system('git clone https://github.com/open-mmlab/mmdetection.git')
|
288 |
+
os.system('cp ./test.py ./mmdetection/mmdet/__init__.py')
|
289 |
os.chdir('mmdetection')
|
290 |
os.system('pip install -v -e .')
|
291 |
os.chdir('../')
|
292 |
+
# os.system('mim install "mmpose>=1.1.0"')
|