Sanjayraju30 commited on
Commit
a4c3454
·
verified ·
1 Parent(s): 9ec9d3e

Update postBuild

Browse files
Files changed (1) hide show
  1. postBuild +5 -0
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