Skip to content

deep learning for image processing including classification and object-detection etc.

Notifications You must be signed in to change notification settings

ashleemikeyoung/deep-learning-for-image-processing

 
 

Repository files navigation

Application tutorial of deep learning in image processing

Preface

  • This tutorial is a summary of my research during the postgraduate period. At the same time, I hope to help more friends. Later, if you learn new knowledge, I will share it with everyone.
  • This tutorial will be shared in the form of video. The teaching process is as follows: 1)Introduce the structure and innovation of the network 2)Use Pytorch for network construction and training 3)Use Tensorflow (the internal keras module) to build and train the network

Tutorial directory, click to jump to the corresponding video (will be added later according to the learning content)

For more related videos, please enter my bilibili channel to view


Required environment

  • Anaconda3(Recommended to use)
  • python3.6 / 3.7
  • pycharm (IDE)
  • pytorch 1.6 (pip package)
  • torchvision 0.7.0 (pip package)
  • tensorflow 2.2 (pip package)

Problems you may encounter

If you have any questions, you can also discuss it in my CSDN。
https://blog.csdn.net/qq_37541097/article/details/103482003

My bilibili channel: https://space.bilibili.com/18161609/channel/index

My Youku playlist: http://list.youku.com/albumlist/show/id_52338354

About

deep learning for image processing including classification and object-detection etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • HTML 0.4%