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