Spaces:
Sleeping
Sleeping
File size: 267 Bytes
b66eb8f 6fa43e6 b66eb8f |
1 2 3 4 5 6 7 8 9 |
import nltk
import os
nltk.download('wordnet')
os.system('python -m mim install "mmcv==2.0.0rc4"')
os.system('python -m mim install mmengine==0.7.1')
os.system('python -m mim install "mmdet==3.0.0rc5"')
os.system('cd pipeline/mmocr')
os.system('pip install -v -e .')
|