Skip to content

MihaiDavid05/Exploring-Noise2Noise-for-Image-Denoising-CNN-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring Noise2Noise for Image Denoising CNN from Scratch

Folders

You may need to create logs and checkpoints folders under root directory. They are gitignored.

Also, you need the train and val pickles under the data folder, also created under root directory.

Dependencies

To install PyTorch (CPU only) use the following command:

pip install pytorch==1.9.0 torchvision torchaudio cpuonly -c pytorch

Other installations:

pip install tensorboard
pip install tqdm
pip install pillow

Tensorboard

You may encouter an error with tensorboard. Install this:

pip install setuptools==59.5.0

To run Tensorboard:

python -m tensorboard.main --logdir=logs/<log_folder_wanted>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages