Skip to content

blmhemu/coarse-fine-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coarse-fine-classification

Classifying images into coarse and fine classes. https://web.cse.iitk.ac.in/users/cs783/asm2/

Prerequisites

The code is written using vscode with python extension. The code can be run cell wise using jupyter and vscode. More infom here.

Dataset

Dataset can be found here.

Preprocessing

Divide the dataset into train, test and validation folders (in any required ratio). See the file pre_processing_*.py for more info.

Architecture

Procedure 1

Image of Procedure 1

Procedure 2

Image of Procedure 2

Report

Detailed report of the two methods can be found here.