-
Notifications
You must be signed in to change notification settings - Fork 2
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
metrics and docs #25
metrics and docs #25
Conversation
casperdcl
commented
Jun 28, 2024
•
edited
Loading
edited
- metrics callback based on https://github.com/TomographicImaging/Hackathon-000-Stochastic-QualityMetrics
- improved local run docs
070d766
to
5aec470
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.
Looks good, but I haven't checked in a lot of detail, but go ahead.
I just have some comments on naming etc, to avoid confusing participants
python | ||
docker run --rm -it -v /path/to/data:/mnt/share/petric:ro -v .:/workdir -w /workdir synerbi/sirf:edge-gpu /bin/bash | ||
# ... or ideally synerbi/sirf:latest-gpu after the next SIRF release! | ||
pip install git+https://github.com/TomographicImaging/Hackathon-000-Stochastic-QualityMetrics |
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.
Why not add this to our docker image? But this is fine of course
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.
I think it'll change a lot right now, and eventually be baked in to CIL itself, so wouldn't add it to the SIRF image for now.
petric.py
Outdated
TensorBoard(logdir=outdir, transverse_slice=transverse_slice, coronal_slice=coronal_slice)] | ||
(tb_cbk := TensorBoard(logdir=outdir, transverse_slice=transverse_slice, coronal_slice=coronal_slice))] | ||
|
||
if ground_truth: |
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.
I prefer to rename ground_truth to converged_image
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.
or reference
?
Looks like I cannot review again via the app. But it's good to go! |