deep-person-reid/projects/DML
KaiyangZhou 5ce43185b1 linting code 2020-05-05 15:58:00 +01:00
..
README.md update readme in projects/ 2020-04-16 15:36:07 +01:00
default_config.py add DML to projects/ 2020-04-16 15:19:04 +01:00
dml.py linting code 2020-05-05 15:58:00 +01:00
im_osnet_x1_0_dml_256x128_amsgrad_cosine.yaml update readme in projects/DML 2020-04-16 15:32:03 +01:00
main.py linting code 2020-05-05 15:58:00 +01:00

README.md

Deep mutual learning

This repo implements Deep Mutual Learning (CVPR'18) (DML) for person re-id.

We used this code in our OSNet paper (see Supp. B). The training command to reproduce the result of "triplet + DML" (Table 12f in the paper) is

python main.py \
--config-file im_osnet_x1_0_dml_256x128_amsgrad_cosine.yaml \
--root $DATA

$DATA corresponds to the path to your dataset folder.

Change model.deploy to both if you wanna enable model ensembling.

If you have any questions, please raise an issue in the Issues area.