Skip to content

Commit

Permalink
Disclaimer for LenslessDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannPerron committed Jul 21, 2023
1 parent 6bb042d commit c383386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lensless/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class LenslessDataset(DualDataset):
"""
Dataset consisting of lensless image taken form a screen and the corresponding image shown on screen.
It can be used with a PyTorch DataLoader to load a batch of lensless and corresponding (recreated) lensed images.
Unless the setup is perfectly calibrated, one should expect to have to used transform_lensed to adjuste the alignement and rotation.
"""

def __init__(
Expand Down

0 comments on commit c383386

Please sign in to comment.