Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 531 Bytes

GETTING_STARTED.md

File metadata and controls

13 lines (8 loc) · 531 Bytes

Getting Started with Fastreid

Prepare pretrained model

If you use origin ResNet, you do not need to do anything. But if you want to use ResNet_ibn, you need to download pretrain model in here. And then you can put it in ~/.cache/torch/checkpoints or anywhere you like.

Then you should set the pretrain model path in configs/Base-bagtricks.yml.

Compile with cython to accelerate evalution

cd fastreid/evaluation/rank_cylib; make all