Skip to content

HedgehogCode/masters-project-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master's Project Evaluation

This repository contains code to reproduce the results of my Master's Project.

Getting Started

Use conda to create the required Python environment and activate it:

$ conda env create -f environment.yml
$ conda activate masters-proj-eval

Scripts

NOTE: For now, use the evaluate.py script in HedghogCode/denosing-gan for denoising evaluation. An adapted version of this script will be added to this repository soon.

Notebooks

The folder notebooks/ contains Jupyter notebooks.

  • visualize_*.ipynb: Runs reconstruction on one image and saves the results such that they can be included in the report.
  • evaluate_*.ipynb: Reads the results from the appropriate scripts and formats them in a table.

Other Methods

The folder other_methods/ contains code to reproduce the results reported in the report for other methods. See the README.md file in the appropriate folder for instructions.

Model Converters

The folder model_converters/ contains scripts for converting existing pretrained models to TensorFlow h5 models.

About

Evaluation code for my Master's Project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published