-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ground truths only data loader #93
Conversation
dab52f1
to
87a962c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to to these changes myself, just noting them so I don't forget :D
b346d97
to
e97a008
Compare
@AnderBiguri Please check that it was right to add this, but it seemed like there was a missing LION/LION/data_loaders/deteCT.py Lines 408 to 421 in 87a962c
|
@fsherry correct, good catch! |
This adds a
CTBenchmarkingExperiment
, calledGroundTruthCT
, and a corresponding task'groundtruth'
, which only loads the ground truth reconstructions, for example for use in training a denoiser. The time saved processing the sinograms (which happens on CPU) allows for higher GPU utilisation.The issue of time wasted on preprocessing sinograms when only training denoisers was mentioned in #92.