Positive Pair Distillation Considered Harmful: Continual Meta Metric Learning for Lifelong Object Re-Identification (BMVC 2022)
Here we afford the code to reproduce the experimental results on Market-1501 dataset for our paper "Positive Pair Distillation Considered Harmful: Continual Meta Metric Learning for Lifelong Object Re-Identification".
Kai Wang, Chenshen Wu, Andy Bagdanov, Xialei Liu* (corresponding), Shiqi Yang, Shangling Jui and Joost van de Weijer
Market-1501 dataset can be directly downloaded from http://zheng-lab.cecs.anu.edu.au/Project/project_reid.html
After extracting the files, you need to have the following files structure:
|-- market1501
|-- bounding_box_train
|-- bounding_box_test
|-- gt_bbox
|-- gt_query
|-- query
|-- readme.txt
Or if you have already had the dataset locally, you can create a soft link to it by:
ln -s /your/path/to/market1501 ./
All python packages in my experimental environment is listed in requirements.txt
You can directly run the bash files as below.
bash CL_DwoPP.sh
bash CL_DwPP.sh
bash CL_FT.sh
bash joint_train_dmml_market.sh
Other datasets cannot be directly downloaded from their websites due to the privacy issue, please contact the datasets authors. If you have any question, do not hesitate to contact me or post an issue.