Files
insightface/detection/retinaface/Makefile

7 lines
264 B
Makefile
Raw Normal View History

2019-04-18 15:28:38 +08:00
all:
cd rcnn/cython/; python setup.py build_ext --inplace; rm -rf build; cd ../../
cd rcnn/pycocotools/; python setup.py build_ext --inplace; rm -rf build; cd ../../
clean:
cd rcnn/cython/; rm *.so *.c *.cpp; cd ../../
cd rcnn/pycocotools/; rm *.so; cd ../../