saiboxx / chexray-diffusion

Code for "Cascaded Latent Diffusion Models for High-Resolution Chest X-ray Synthesis" @ PAKDD 2023
MIT License
46 stars 8 forks source link

dataset split #12

Open aryangoyal7 opened 1 month ago

aryangoyal7 commented 1 month ago

can you please provide which exact images from machex were used for training which were used for validation

saiboxx commented 1 week ago

Hi @aryangoyal7,

Thanks for the interest in my work.

I would like to refer you to the MaCheX repository. More particularly, the setup script. You can see which parts of which dataset will be declared as test or train via the is_train boolean. There are no stochastic splits. MaCheX uses the fixed test sets of the respective single datasets.

Does this resolve your issue?

Cheers, Tobias