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

make-for-cpu.cmd @ac4cb2a raw · history · blame

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