original repo: https://github.com/michuanhaohao/reid-strong-baseline.git
- Prepare your dataset at "data/".
- The diretory structure should look like:
data
sig
id_1
sig_1
sig_2
sig_3
.
.
id_2
sig_1
sig_2
sig_3
.
.
...
- Reconfig
train.sh
if needed, see 'config/' for default configs and 'configs/' for some particular configs. - Remember to set
OUTPUT_DIR
intrain.sh
to yours. - Run
sh train.sh
.
- Add your custom augmentation at "data/transforms/build.py"