bezzam commited on
Commit
af11ab2
1 Parent(s): 20379d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -120,6 +120,11 @@ Data is measured at 30 cm (except for the in-the-wild mug measurement which is m
120
 
121
  ![DigiCam setup](setup.png)
122
 
 
 
 
 
 
123
  The simulated PSF can be obtained and compared with the measured one with the following command (after downloading and installing [LenslessPiCam](https://github.com/LCAV/LenslessPiCam)):
124
  ```bash
125
  python scripts/sim/digicam_psf.py \
 
120
 
121
  ![DigiCam setup](setup.png)
122
 
123
+ After cloning and installing [LenslessPiCam](https://github.com/LCAV/LenslessPiCam), ADMM reconstruction can be applied to the dataset with [this script](https://github.com/LCAV/LenslessPiCam/blob/main/scripts/recon/dataset.py) (handles dataset downloading from Hugging Face).
124
+ ```bash
125
+ python scripts/recon/dataset.py -cn recon_celeba_digicam
126
+ ```
127
+
128
  The simulated PSF can be obtained and compared with the measured one with the following command (after downloading and installing [LenslessPiCam](https://github.com/LCAV/LenslessPiCam)):
129
  ```bash
130
  python scripts/sim/digicam_psf.py \