Home

Awesome

<h3 id="1">Multi-shot Re-identification Based on Reinforcement Learning</h3>

Training and testing codes for multi-shot Re-Identification. Currently, these codes are tested on the PRID-2011 dataset, iLiDS-VID dataset and MARS dataset. For algorithm details and experiment results, please refer our paper: Multi-shot Pedestrian Re-identification via Sequential Decision Making

<h3 id="1.1">Preparations</h3>

Before starting running this code, you should make the following preparations:

<h3 id="1.2">Usage</h3>
sh run.sh $gpu $dataset $network $recfloder

e.g. If you want to train MARS dataset on gpu 0 using inception-bn, please run:

sh run.sh 0 MARS inception-bn /data3/matt/MARS/recs
sh run.sh $gpu $unsure-penalty $dataset $network $recfloder