This is the code for generating the plots for my master thesis, "Metric definition and optimization for appearance information in Multi-Object Tracking".
The extracted features used for some of the plot can be downloaded here and were extracted from the test set of Market-1501 using this model, using the torchreid framework. You need to put the two files into the same folder, and pass the name of the folder as an argument in the scripts.
Requirements :
- Pickle
- Numpy
- Scipy
- Matplotlib
- Pytorch 1.10.1