Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Fast-ReID_pytorch
b6c1998429b4ba377cb0a6b308177419eeda77b3
b6c1998429b4ba377cb0a6b308177419eeda77b3
Switch branch/tag
fast-reid_pytorch
fastreid
evaluation
rank_cylib
Makefile
Find file
Normal view
History
Permalink
Makefile
100 Bytes
Edit
Web IDE
Newer
Older
update
dengjb
committed
Nov 18, 2025
1
2
3
4
5
6
all
:
python3 setup.py build_ext
--inplace
rm
-rf
build
clean
:
rm
-rf
build
rm
-f
rank_cy.c
*
.so