Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NumPy & PyTorch based denoising scripts. #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

MatthewDowicz
Copy link

What?

Added functionality to denoise the FVC images. Functionality implemented by using a Neural Network architecture. It includes models, utility directory, and a notebook.

Why?

Aid the FP team in their daily FVC image inspections.

How?

This includes:

  • models, written in PyTorch (for speed) and Numpy (for stability), that the user can select.
  • A models utility directory that houses necessary scripts for the models to run.
  • A Jupyter Notebook that runs these models on noisy data to act as a test/example of how to use these models.

Testing?

I ran tests of the scripts in the Jupyter Notebook on a stack of 70 exposures.

Anything Else?

Note that the numpy based denoiser takes about ~14 minutes to run.

@MatthewDowicz MatthewDowicz marked this pull request as ready for review July 12, 2022 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant