bezzam commited on
Commit
4ac518c
·
verified ·
1 Parent(s): b5a3214

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -118,9 +118,10 @@ Data is measured at 30 cm, as shown below.
118
 
119
  After downloading and installing [LenslessPiCam](https://github.com/LCAV/LenslessPiCam), the [simulated PSF](https://huggingface.co/datasets/bezzam/DigiCam-CelebA-26K/blob/main/psf_simulated.png) can be obtained and compared with the measured one with the following command:
120
  ```bash
121
- python scripts/sim/digicam_psf.py sim.waveprop=False \
122
- digicam.pattern=mask_pattern.npy \
123
- digicam.psf=psf_measured.png \
 
124
  digicam.gamma=2.2 \
125
  digicam.ap_center="[58,76]" \
126
  digicam.ap_shape="[19,25]" \
 
118
 
119
  After downloading and installing [LenslessPiCam](https://github.com/LCAV/LenslessPiCam), the [simulated PSF](https://huggingface.co/datasets/bezzam/DigiCam-CelebA-26K/blob/main/psf_simulated.png) can be obtained and compared with the measured one with the following command:
120
  ```bash
121
+ python scripts/sim/digicam_psf.py \
122
+ huggingface_repo=bezzam/DigiCam-CelebA-26K \
123
+ sim.waveprop=False \
124
+ sim.deadspace=True \
125
  digicam.gamma=2.2 \
126
  digicam.ap_center="[58,76]" \
127
  digicam.ap_shape="[19,25]" \