File size: 190 Bytes
28c256d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
## Create wheel for mmcv
```
cd ./external/engine
python setup.py bdist_wheel

cd ./external/cv
MMCV_WITH_OPS=1 python setup.py bdist_wheel

cd ./external/det
python setup.py bdist_wheel
```