Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 771 Bytes

File metadata and controls

28 lines (24 loc) · 771 Bytes

SIFT Based Instance Recognition

Course Assignment
CS783A: Visual Recognition Assignment

Contributers

  • Pawan Harendra Mishra
  • Shaswat Kar

Instructions

  1. Clone and enter into the repository:
git clone https://github.com/pawanmsr/sift-based-instance-recognition.git
cd sift-based-instance-recognition
  1. Generate a image description json file similar to image_description.json. This file will be supplied to the main program.
  2. Run the main python program:
python main.py image_description.json

Comment out the training functions in main.py when pretrained models are present.

Specifications

utility.py contains necessary classes and functions used by main.py