This repo is the internal engine for our Object detection projects on CIFAR10 using Pytorch. Lets take a look at the components:
Here you can find code structure for all the models that we have used. Following is the list, for now:
Home for code related to processing and augmentation of images. Current residents:
-
Gradcam code to visually understand parts of the image that our model is focusing on.
Reference: Kazuto Nakashima
-
Contains following processes:
- Mean and Standard Deviation calculation
- Image Transformation
- Downloading the Dataset
- Dataloaders
- Display sample images from the dataset
- Plot loss and accuracy graphs
- Seeding
- Display images that were misclassified
-
Calculate the best max_lr parameter for OneCycleLR.
You can find all the major orchestration code here. Currently available:
- train
- test
- main
This repo is constantly being updated based on all the new and intersting Computer Vision tasks we do. Do visit again!
Abhiram Gurijala
Arijit Ganguly
Rohin Sequeira