- fast-reid github: https://github.com/JDAI-CV/fast-reid
- fast-reid arxiv: FastReID: A Pytorch Toolbox for General Instance Re-identification
git clone https://github.com/JDAI-CV/fast-reid.git
cd fast-reid/tools/deploy
python onnx_export.py --config-file root-path/bagtricks_R50/config.yml --name baseline_R50 --output outputs/onnx_model --opts MODEL.WEIGHTS root-path/logs/market1501/bagtricks_R50/model_final.pth
cd ../ # in project directory
mkdir build && cd build
cmake ..
make -j
cd ../../bin/
./tensorrt_inference fastreid ../configs/fast-reid/config.yaml ../samples/pedestrian_reid
results: