├── README.md ├── evaluate.py ├── evaluate_rerank.py ├── model.py ├── prepare.py ├── random_erasing.py ├── re_ranking.py ├── resnext.py ├── test.py ├── train.jpg └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/README.md -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/evaluate.py -------------------------------------------------------------------------------- /evaluate_rerank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/evaluate_rerank.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/model.py -------------------------------------------------------------------------------- /prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/prepare.py -------------------------------------------------------------------------------- /random_erasing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/random_erasing.py -------------------------------------------------------------------------------- /re_ranking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/re_ranking.py -------------------------------------------------------------------------------- /resnext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/resnext.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/test.py -------------------------------------------------------------------------------- /train.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/train.jpg -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xf1994/good_practices_for_person_reID/HEAD/train.py --------------------------------------------------------------------------------