vision-tutorial

Computer Vision Tutorial for Deep Learning Researchers

Stars
32

vision-tutorial

vision-tutorial is a tutorial for who is studying Computer Vision Basic Architectures using Pytorch and Keras. Most of the models about Vision were implemented with less than 100 lines of code(except comments or blank lines). The list of these papers is a list that Professor Sung Kim recommended.

  • Data was used as overfitting to show simple model learning. One image about Cat or Dog

  • The accuracy of the model is not important in this project because it is affected by data. I recommend that you **focus on the structure of the model, the number of parameters, the learning process and paper detailed implementation. **

SOTA Basic Vision Models - Introduction

To be Continue Implementation in Other Repository

v Semantic Segmentation

v Generative adversarial networks

v Object Detection

Author