neoamos / 3d-pix2pix-CycleGAN

Other
86 stars 17 forks source link

How should the dataset look like? #2

Open HudPesjan opened 4 years ago

HudPesjan commented 4 years ago

Sorry, maybe I'm thick but I can't figure out what format of volumetric data should be in the dataset? In the image_folder.py the specified formats are .jpg, .jpeg, .png, .mbp and .ppm, which are from my knowledge all 2d formats, but you said you used this to segment lung CT images? Should I make subfolders inside of trainA, trainB, testA and testB for every image with slices in one of the above mentioned formats? Thank you for your time and code!

qaz0778899 commented 4 years ago

Same problem. Please share if you figured out how to run this code.

SurbhiKhushu commented 4 years ago

Have you guys figured out how to run this code with correct dataset format?

lucid0921 commented 3 years ago

I'd like to use this code too. Is there any execution example or sample dataset format? Do the code only accept 3d images with same depth size?

hop-soellingeraj commented 1 year ago

same!