You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a PyTorch implementation for classifying the Oxford IIIT Pet Dataset using KNN and ResNet. The goal is to differentiate the results obtained using these two approaches.
UNet and DeepLabV3 for instance segmentation. Starting from a rgb image of a pet the network should output a segmentation mask of the pet. Deep Learning and Generative Models' practical project developed in 2025.
Image segmentation task for IIIT-Oxford Pets Dataset. Develops and compares various segmentation architectures. Also introduces important utility functions.