ranjiGT / ATiML-Summer-21

Object detection using SSL techniques. This is a semester project done in Summer 2021 as part of our coursework under the Faculty of Computer Science department at Otto-von-Guericke University, Magdeburg Germany.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object detection using SSL Classification

Preamble πŸ“œ

The Proceedings of the European Conference on Computer Vision has conducted a benchmark PASCAL Visual Object Challenge (VOC) evaluating performance on object class recognition (from 2005-2012, now finished). For our task, we examine the 2007 dataset which consists of several types of random images collected in January 2007 from Flickr. There are five challenges: classification, detection, segmentation, action classification, and person layout.

Our goal from this challenge is to perform image classification from several visual object classes in realistic scenes (i.e. not pre-segmented objects). And so, we will be using certain Semi-Supervised Learning approaches where we have both labeled and unlabeled sets to check if we get superior results as opposed to supervised techniques.

Mandatory features

  • MPEG-7 Color Layout Descriptor
  • Visual Bag-of-Words
  • Speeded up robust features (SURF)

Supplementary features

  • Local Binary Patterns
  • Color Histogram

Folder Structure πŸ“‚

Folder structure and naming conventions for this project

A top-level directory layout

.
β”œβ”€β”€ HLD_LLD                  # Documentation files (.pdf)
β”œβ”€β”€ codebase                  # workable codebase (.py, .ipynb)
β”œβ”€β”€ fig
      └── plots                 # Compiled image files (.png, .jpg)
β”œβ”€β”€ files                       # Legacy files                  
β”œβ”€β”€ posterbase                  # layout and template files (.sty, .tex)                                      
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
└── requirements.txt          # Python libraries for this project (versioned)

Usage

Code requires Python 3.6 to run. Install the dependencies required for the code to run.

pip install -r requirements.txt

For running the code

python {change_the_model_here}.py --data ..\VOCtrainval_06-Nov-2007\VOCdevkit\VOC2007\

Our Findings in form of a Scientific Poster

Download in PDF

Datasets and References🌐

  • F. Perronnin, J. SΓ‘nchez and Yan Liu, "Large-scale image categorization with explicit data embedding," 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2010, pp. 2297-2304, doi: 10.1109/CVPR.2010.5539914.

  • Everingham, L. Van Gool, C. K. I. Williams, J. Winn, and A. Zisserman. The PASCAL Visual Object Classes Challenge 2007 (VOC2007) http://host.robots.ox.ac.uk/pascal/VOC/voc2007/index.html

Contributors πŸ‘¨β€πŸ’»

  • Shubham Kumar Agrawal
  • Pavan Tummala
  • Usama Ashfaq
  • Syed Muhammad Laique Abbas
  • Ranji Raj

About

Object detection using SSL techniques. This is a semester project done in Summer 2021 as part of our coursework under the Faculty of Computer Science department at Otto-von-Guericke University, Magdeburg Germany.

License:MIT License


Languages

Language:Jupyter Notebook 88.3%Language:PostScript 6.3%Language:Python 4.4%Language:TeX 1.0%