-
This repo was long due which consists all my re-implementations of various papers in computer vision that I read during the last few years.
-
All papers follow this structure:
- Paper Name
- Original Paper
- Code Reimplementation: Using PyTorch/Tensorflow(both in most papers)
- Paper Summary with Report(in most papers)
- Paper Name
-
This repo will be updated whenever possible.
-
- 04.Visualizing and Understanding Convolutional neural networks : Paper || Code || Summary
- 05.Generative Adversarial Networks : Paper || Code || Summary
- 07.Going Deeper with Convolutions : Paper || Code || Summary
- 09.Distilling the Knowledge in a Neural Network : Paper || Code || Summary
- 10.Network in Network : Paper || Code || Summary
- 11.Intriguing properties of neural networks : Paper || Code || Summary
-
- 12.Rethinking the Inception Architecture for Computer Vision : Paper || Code || Summary
- 13.Deep Residual Learning for Image Recognition : Paper || Code || Summary
- 14.Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks : Paper || Code || Summary
- 15.You Only Look Once: Unified, Real-Time Object Detection : Paper || Code || Summary
- The key sources of inspiration for this repo were the works of Abhisek Das & Aman Chadha