hqqasw / person-search-PPCC

person search by progressive propagation via competitive consensus
161 stars 29 forks source link

Person Search by Progressive Propagation via Competitive Consensus (PPCC)

This is the implement of our ECCV 2018 paper

Person Search in Videos with One Portrait Through Visual and Temporal Links.
Qingqiu Huang, Wentao Liu, Dahua Lin. ECCV 2018, Munich.

This project is based on our person search dataset -- Cast Search in Movies (CSM) . More details about this dataset can be found in our project page.

Basic Usage

  1. Download the affinity matrices and meta data of CSM from Google Drive or Baidu Wangpan
  2. Put affnity matrix in "**/data/affinity" and meta data in "**/data/meta". Here "**" means the path that you clone this project to.
  3. Run "matching.py" for visual matching and "propagation.py" for lable propagation. Example:
    python propagation.py --exp in --gpu_id -1 --temporal_link

More Details

Citation

@inproceedings{huang2018person,
    title={Person Search in Videos with One Portrait Through Visual and Temporal Links},
    author={Huang, Qingqiu and Liu, Wentao and Lin, Dahua},
    booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
    pages={425--441},
    year={2018}
}