master
/ text / detector / utils / make.sh

make.sh @ac4cb2a raw · history · blame

1
2
3
4
5
6
cython cython_nms.pyx
cython gpu_nms.pyx
python setup.py build_ext --inplace
mv utils/* ./
rm -rf build
rm -rf utils