Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 583 Bytes

File metadata and controls

18 lines (12 loc) · 583 Bytes

README

Contributors:

  1. Bhagesh Gaur (2020558)
  2. Madhava Krishna (2020217)
  3. Sanyam Goyal (2020116)

The project involves multilabel classification using the ODIR dataset.

The detailed report can be found here: DL Report Final.

The broad steps involved are:

  1. Preprocessing the data to extract single eye-features (credits to Jordi Corbella).
  2. Creating histogram equalised images of the eye-images.
  3. Train Swin-T transformer with early-fusion of image and other features (age, sex).
  4. Using an ensemble of Swin-T vision transformers.