MICV-yonsei / CT2MRI

[MICCAI 2024 Early Acceptance] Official Pytorch Code for Slice-Consistent 3D Volumetric Brain CT-to-MRI Translation with 2D Brownian Bridge Diffusion Model
MIT License
16 stars 0 forks source link

Question in the sampling stage #4

Open medcx opened 1 week ago

medcx commented 1 week ago

The style key of the validation set should be unknown, but you generate it directly during data preprocessing and use it directly in the sampling stage. Is this reasonable?

CKBling commented 1 week ago

Hello,

What you mentioned refers to the "Ours_best" option in the paper, and you're right—it isn't a true validation (test). The code is set up so that you can test using other options, like "Ours_avg," which only uses the style key from the training set.