Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 887 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 887 Bytes

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.