Spaces:
Build error
Build error
Update postBuild
Browse files
postBuild
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
2 |
pip install mmocr==0.5.0 --no-deps
|
|
|
1 |
#!/bin/bash
|
2 |
+
|
3 |
+
pip uninstall -y mmocr mmcv mmcv-full mmdet pycocotools
|
4 |
+
pip install mmcv-full==1.3.17
|
5 |
+
pip install mmdet==2.14.0
|
6 |
+
pip install pycocotools==2.0.6
|
7 |
pip install mmocr==0.5.0 --no-deps
|