Skip to content

Assignments for the course COS 529: Advanced Computer Vision @ Princeton University

Notifications You must be signed in to change notification settings

kunjmehta/princeton-cos529-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Princeton COS 529

Code for the CS 529: MAdvanced Computer Vision assignments and course project at Princeton University.


List of Assignments

  1. Probabilistic Graphical Model Inference: Implementing efficient inference in Markov Random Fields
  2. Zero-shot Recognition: Recognizing animals from the Animals with Attributes dataset
  3. Bundle Adjustment: Implementing bundle adjustment algorithm
  4. Visual Question Answering: Build and train a model that can answer questions based on image information in the VQA dataset

Project

Ensembling Large-scale Object Detectors:

  • Developed algorithms for building YOLO model bagging and boosting ensembles
  • Obtained an average precision of 87.5% on the Flickr-32 dataset using a generic logo detector system of two boosted YOLO models

Tech Stack

  • Python 3
  • PyTorch
  • Hugging Face
  • NumPy
  • SciPy

Report

You can access the report for the course project here

Research Papers Referred

About

Assignments for the course COS 529: Advanced Computer Vision @ Princeton University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages