MARS论文代码使用说明

MARS-evaluation

This code provides evaluation procedure of the MARS dataset. Please kindly cite the Arxiv paper if you use this dataset.

Liang Zheng*, Zhi Bie*, Yifan Sun*, Jingdong Wang, Chi Su, Shengjin Wang, Qi Tian, "MARS: A Video Benchmark for Large-Scale Person Re-identification", ECCV, 2016. (* equal contribution)

This code uses the 1024-dim IDE descriptor [1] and KISSME [2] and XQDA [3] distance metrics. To run this code, one should follow the three steps below.

  1. Download the pre-computed IDE feature: http://pan.baidu.com/s/1mhBrwMG or https://drive.google.com/folderview?id=0B6tjyrV1YrHed3BnZnNaSUs3eEE&usp=sharing. Unzip it in the root folder. 
    下载预-计算IDE特征,在根目录下解压

  2. Run "test_mars.m".

     

If you want to try your own descriptor or to learn new features, you should do as follows.

如果想尝试自己的描述符或者学习新的特征,如下做

  1. Download the dataset: http://pan.baidu.com/s/1hswMDfu or https://drive.google.com/folderview?id=0B6tjyrV1YrHeMVV2UFFXQld6X1E&usp=sharing. Training should be done with images in folder "bbox_train".
    训练应该在"bbox_train".文件夹下面,里面有图片

  2. Bounding box feature extraction should follow the order specified in "root/info/test_name.txt" and "root/info/train_name.txt." The newly extracted feature should be loaded in line 19-20 in "root/test_mars.m"

    特征提取框应该遵循"root/info/test_name.txt""root/info/train_name.txt."中指定的顺序。
    新提取的特性应该在“root/test_mars.m”中的第19-20行中加载




     

猜你喜欢

转载自blog.csdn.net/zjc910997316/article/details/85045394