villacu / UNet_SR

UNet adapted for SuperResolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNet for Super Resolution

UNet adapted for SuperResolution, implemented as homework for Artificial Intelligence II at CIMAT. The model uses downscaled STL-10 patches to for training (96x96 to 48x48)
The script unetSR.py contains the class with the UNet implementation.
The notebook UnetSR.ipynb contains the training the net and an inference example using the trained weights (unet_final_1.pt).

About

UNet adapted for SuperResolution


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%