Spaces:
Sleeping
Sleeping
sunnychenxiwang
commited on
Commit
•
6fa43e6
1
Parent(s):
0b4516f
Update install.py
Browse files- install.py +1 -1
install.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import nltk
|
2 |
import os
|
3 |
nltk.download('wordnet')
|
4 |
-
os.system('python -m mim install mmocr')
|
5 |
os.system('python -m mim install "mmcv==2.0.0rc4"')
|
6 |
os.system('python -m mim install mmengine==0.7.1')
|
7 |
os.system('python -m mim install "mmdet==3.0.0rc5"')
|
|
|
8 |
os.system('pip install -v -e .')
|
|
|
1 |
import nltk
|
2 |
import os
|
3 |
nltk.download('wordnet')
|
|
|
4 |
os.system('python -m mim install "mmcv==2.0.0rc4"')
|
5 |
os.system('python -m mim install mmengine==0.7.1')
|
6 |
os.system('python -m mim install "mmdet==3.0.0rc5"')
|
7 |
+
os.system('cd pipeline/mmocr')
|
8 |
os.system('pip install -v -e .')
|