An open API service indexing awesome lists of open source software.

https://github.com/julesbelveze/pytorch-tutorial-computer-vision

Deep Learning for computer vision using PyTorch
https://github.com/julesbelveze/pytorch-tutorial-computer-vision

cnn computer-vision cyclegan deep-learning detection horse2zebra hotdog not-hotdog nuclei-detection pytorch segmentation sliding-window tutorials

Last synced: 7 months ago
JSON representation

Deep Learning for computer vision using PyTorch

Awesome Lists containing this project

README

          

# Deep-learning-for-computer-vision


Repository containing various small projects implemented using PyTorch related to: Deep Learning in Computer Vision.
Each project contains a report that gathers the needed theoritical background and the different implementation's steps.
Code is run on a GeForce GTX TITAN X 12GB GPU.
The results are sometimes relatively bad but the aim here is to understand the main concepts.

## Content
- Exercises to get familiar with Deep Learning and PyTorch, that can be found under `exercises/`
- Hotdog / nothotdog classifier
- Digits detection using sliding windows
- Nuclei segmentation inspired from the 2018 Data Science Bowl
- CycleGAN that converts horses to zebras and vice versa