sapiens-pose / NOTES.md
rawalkhirodkar's picture
Add initial commit
28c256d
## 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
```