This repo contains all the assignments from the course called EVA conducted by the 'The School Of AI'. Object detection, Object reconisation, segmentation, monocular depth estimation.
- Basics of Python - link
- Setting Up Basic Skeleton - link
- Pytorch Basics - link
- To achive 99.4% validation accuracy for MNIST DatSet - link
- The whole process- Coding drill - link
- Regularisation techinques on MNIST - link
- Advanced convolutions(depthwise seperable and dialated convolutions) on CIFAR 10 - link
- 85%+ Validation accuracy target for CIFAR 10 -link
- 87%+ Validation accuracy target using Albumentation library for agumentation. -link
- 88%+ Validation accuracy target using Reduce Lr On Pleateau and Implentaion Of Lr finder - link
- Introduction Of SuperConvergence and 90%+ accuracy for CIFAR dataset using One Cycle Policy - link
- Prediction best no of bounding box for 50 dog images and Training TinyImageNetData on RESNet 18 and achive 50%+ accuracy. link
- YoloV3 implementation on Custom created dataset via transfer learning - link
- Dataset Creation for Monocular depth Estimation and Segmentation - link
- Final Assignment - Monocular depth Estimation and Segmentation - link
PytNet - Contains all the functions used for these assignment. Custom library built on top of Pytorch. - link