mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
all:
|
||
|
python3 setup.py build_ext --inplace
|
||
|
rm -rf build
|
||
|
|
||
|
clean:
|
||
|
rm -rf build
|
||
|
rm -f eval_metrics_cy.c *.so
|