RETINA

Brief Introduction

This project is aimed to reconstruct images with mosaic

Code Intepretation

config.py

Configure is stored in this script

preprocess.py

This python script chop original images into patches of resolution 128x128, gather relevant information of this task.

model.py

Network is defined here

dataset.py

Dataloader definition class

run.py

Main console file

Runing Instructions

python config.py
python prepreocess.py
python run.py