bezzam commited on
Commit
957cb8e
1 Parent(s): 5439c9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -30,6 +30,8 @@ tags:
30
  - computational-imaging
31
  ---
32
 
 
 
33
 
34
  More accessible (6GB instead of 100GB) copy of: https://waller-lab.github.io/LenslessLearning/dataset.html
35
 
@@ -44,5 +46,4 @@ python scripts/recon/dataset.py
44
 
45
  The models in [this collection](https://huggingface.co/collections/bezzam/diffusercam-mirflickr-65c05164df72cf99e5066658) use the [original DiffuserCam MirFlickr dataset](https://waller-lab.github.io/LenslessLearning/dataset.html) during training.
46
  This dataset tries to replicate that version of the dataset (using NPY files during training).
47
- One slight different is that we were required to subtract the mininum of value the numpy arrays so that they could be stored as viewable images.
48
- For future training, it is recommended to use [this normalized version](https://huggingface.co/datasets/bezzam/DiffuserCam-Lensless-Mirflickr-Dataset-NORM) of the dataset.
 
30
  - computational-imaging
31
  ---
32
 
33
+ # For future training, it is recommended to use [this normalized version](https://huggingface.co/datasets/bezzam/DiffuserCam-Lensless-Mirflickr-Dataset-NORM) of the dataset.
34
+
35
 
36
  More accessible (6GB instead of 100GB) copy of: https://waller-lab.github.io/LenslessLearning/dataset.html
37
 
 
46
 
47
  The models in [this collection](https://huggingface.co/collections/bezzam/diffusercam-mirflickr-65c05164df72cf99e5066658) use the [original DiffuserCam MirFlickr dataset](https://waller-lab.github.io/LenslessLearning/dataset.html) during training.
48
  This dataset tries to replicate that version of the dataset (using NPY files during training).
49
+ One slight different is that we were required to subtract the mininum of value the numpy arrays so that they could be stored as viewable images.