All Projects → graykode → Vision Tutorial

graykode / Vision Tutorial

Computer Vision Tutorial for Deep Learning Researchers

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].