master
/ text / detector / utils / make.sh

make.sh @master

2f424c2
 
 
 
 
 
 
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