The aim of this project was to a take a scene segmentation model (DeepLabV3) used in a self-driving car and optimize it using Quantization and Knowledge Distillation techniques.
- thop : PyTorch OpCounter
- pytorch
outputs
contain output videosscripts
/models
contains the model architecture used for inferencescipts
contains the helper files for reading the dataset, tabulating metrics for inference and model performancemain
contains the notebooks for quantization and knowledge distillation