mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-14 20:35:30 +00:00
7 lines
266 B
Makefile
Executable File
7 lines
266 B
Makefile
Executable File
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 ../../
|