40e015a a4c3454 2cfc985
1
2
3
4
5
6
7
8
#!/bin/bash pip uninstall -y mmocr mmcv mmcv-full mmdet pycocotools pip install mmcv-full==1.3.17 pip install mmdet==2.14.0 pip install pycocotools==2.0.6 pip install mmocr==0.5.0 --no-deps