master
/ text / detector / utils / make-for-cpu.sh

make-for-cpu.sh @master

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