Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.23 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.23 KB

Object Search in Videos

Course project for Video Analytics (VA) course: DS 263, at the Indian Institute of Science (IISc).

The work is based on the paper. Implemented an object retrieval technique that searches for all the occurrences of an object in a video, given a query image of the object using the Bag of Words model. Object is represented by viewpoint invariant SIFT descriptors and Bag of Words model is used for image retrieval. For more details about the project, please refer to the Project Report

Training

Training code is available at MinHash.ipynb for MinHash based algorithm and at Tf-idf.ipynb for TF-IDF based algorithm.

For more details about the Training, testing procedures and the losses used, please refer to the Project Report.