Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 1 KB

README.md

File metadata and controls

21 lines (9 loc) · 1 KB

This repository contains the codes for the following projects:

  • Image filtering and Hough transform - report

  • Augmented Reality with Planar Homographies - report

  • 3D Reconstruction using Epipolar Geometry - report

  • Scene Recognition with Bag-of-words - report

  • Digit recognition with CNNs- report

  • Deep Learning for classification using PyTorch - report:

    1. Improving BaseNet on CIFAR100: We improve the base model using data normalization, data augmentation, normalization layers and adding more layers.
    2. Transfer Learning: Load the pre-trained ResNet18 model and modify the fully-connected layers.