Skip to content
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

Question about data['condition'] #26

Open
vfcerexwn opened this issue Mar 21, 2024 · 2 comments
Open

Question about data['condition'] #26

vfcerexwn opened this issue Mar 21, 2024 · 2 comments

Comments

@vfcerexwn
Copy link

I encounter some trouble when trying to read your code. I plan to change the dataset to my version, but I do not understand what does 'condition' mean?
Could you please explain it to me?
ret = dict(X=raw_input[[-1], :, :], condition=raw_input[:-1, :, :])

@vfcerexwn
Copy link
Author

Does it mean the same image with different noise?

@tiangexiang
Copy link
Collaborator

Intrinsically yes. condition implies the same underlying structure as X but with different observation noise. condition and X are the same indexed slices from different MRI acquisitions, which contain different noise. However, only condition is used as inputs to the model and X here is used as reference that the model is optimized towards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants