ZiyuG commited on
Commit
57c7f39
1 Parent(s): 3ad8486

Update evaluate.py

Browse files
Files changed (1) hide show
  1. evaluate.py +1 -1
evaluate.py CHANGED
@@ -285,7 +285,7 @@ def install():
285
  os.chdir('../')
286
 
287
  os.system('git clone https://github.com/open-mmlab/mmdetection.git')
288
- os.chdir('cd 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.chdir('mmdetection')
289
  os.system('pip install -v -e .')
290
  os.chdir('../')
291
  # os.system('mim install "mmpose>=1.1.0"')