Spaces:
Running
on
Zero
Running
on
Zero
## 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 | |
``` |