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

make-for-cpu.cmd @master

2f424c2
 
 
 
 
 
1
2
3
4
5
6
@echo off
cython cython_nms.pyx
python setup_cpu_win.py build_ext --inplace
MOVE /Y utils\*.* .\
RMDIR /S /Q build
RMDIR /S /Q utils