Home

Awesome

Rethinking Normalization Layers for Domain Generalizable Person Re-identification

Installation

bash cd fastreid/evaluation/rank_cylib; make all

Run

  # train
  python tools/train_net.py

  # test
  python3 tools/train_net.py --eval-only MODEL.WEIGHTS /path/to/checkpoint_file

Acknowledgments

The code was developed based on [fast-reid] toolbox (https://github.com/JDAI-CV/fast-reid)