Skip to content

Commit 69d0141

Browse files
committed
Add image of modular framework.
1 parent 0257a50 commit 69d0141

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configs/train/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Training physics-informed reconstruction models
22

3-
The core training script can be found [here](https://github.com/LCAV/LenslessPiCam/blob/main/scripts/recon/train_learning_based.py), which is used to train physics-informed reconstruction models on various datasets. The script supports different camera inversion methods, pre- and post-processors, and PSF correction. The training script is based on PyTorch.
3+
The core PyTorch-based training script can be found [here](https://github.com/LCAV/LenslessPiCam/blob/main/scripts/recon/train_learning_based.py), which is used to train physics-informed reconstruction models on various datasets. The script supports different camera inversion methods, pre- and post-processors, and PSF correction. Below is a visualization of the modular framework that can be trained (all components are optional).
4+
5+
![Modular framework](modular_framework.png)
46

57
The following datasets are supported (hyperlinks takes to relevant configuration description).
68
By default, the model architecture uses five unrolleed iterations of ADMM for camera inversion, and UNetRes models for the pre-processor post-processor, and PSF correction.
450 KB
Loading

0 commit comments

Comments
 (0)