项目作者: santhosh-kumar

项目描述 :
Context-Aware Object Search and Retrieval
高级语言: HTML
项目地址: git://github.com/santhosh-kumar/ContextualObjectSearchRetrieval.git


A multi-camera object search and retrieval algorithm using matlab.

This is a matlab implementation of the papers “Context-Aware Hypergraph Modeling for Re-identification and Summarization” published in Transactions of Multimedia and “Context-Aware Graph Modeling for Object Search and Retrieval in a Wide Area Camera Network” published in ICDSC’13.

Usage

In order to run the algorithm, use the following command:

i) Run main.m: Generates the weight matrix and performs graph based query ranking.

iii) Run main_viper.m: Generates the weight matrix and performs association based ranking.

Data Processing

i) Run scripts/generateTracklets.m to create tracklets for university bikepath dataset (generateTracklets_viper.m for ViPeR Dataset).

ii) Run scripts/extractColorFeatures.m to extract color features for the generated tracklets ( extractColorFeatures_viper.m for ViPeR dataset).

iii) Run scripts/modelColorDriftPatterns.m to learn the color drift model based on the ground truth (modelColorDriftPattern_viper.m for ViPeR dataset).

iv) Run scripts/modelSpatialTemporalTopology1.m for learning spatial-temporal topology model for the university bike path dataset.

Dataset

i) Download the sample dataset archive in a supported format from:https://www.dropbox.com/s/dp558f6rzcd3yke/data.zip?dl=0 and save it in the root folder

ii) Untar the data folder:
tar -xzf data.tar.gz

iii) The folder structure would like this:

  1. .
  2. ├── README.md
  3. ├── data
  4. ├── data.tar.gz
  5. ├── libs
  6. ├── scripts
  7. └── src

Contact

[1] Santhoshkumar Sunderrajan( santhosh@ece.ucsb.edu)

Website: http://santhoshsunderrajan.com/

Bibtex

If you use the code in any of your research works, please cite the following papers:

  1. @ARTICLE{sunderrajan2015context,
  2. author={Sunderrajan, S. and Manjunath, B.S.},
  3. journal={Multimedia, IEEE Transactions on},
  4. title={Context-Aware Hypergraph Modeling for Re-identification and Summarization},
  5. year={2016},
  6. volume={18},
  7. number={1},
  8. pages={51-63},
  9. keywords={Cameras;Clothing;Histograms;Image color analysis;Indexes;Topology;Training;Camera network;person re-identification;search;summarization},
  10. doi={10.1109/TMM.2015.2496139},
  11. ISSN={1520-9210},
  12. month={Jan}
  13. }
  14. @inproceedings{sunderrajan2013context,
  15. title={Context-aware graph modeling for object search and retrieval in a wide area camera network},
  16. author={Sunderrajan, Santhoshkumar and Xu, Jiejun and Manjunath, BS},
  17. booktitle={Distributed Smart Cameras (ICDSC), 2013 Seventh International Conference on},
  18. pages={1--7},
  19. year={2013},
  20. organization={IEEE}
  21. }

Disclaimer

I may have used some good codes from various sources, please feel free to notify me if you find a piece of code that I need to acknowledge.