haoshao-nku / medical_seg

181 stars 21 forks source link

Question: image size in a custom dataset #16

Closed aimanmutasem closed 1 week ago

aimanmutasem commented 2 weeks ago

Thank you for your great work!

I'm trying to implement MCANet for a custom dataset. Is there are any recommended instructions? Do I have to reset the size of the image in the code? I use image size 1024 by 768 in my dataset.

haoshao-nku commented 2 weeks ago

Thanks for your attention. According to our experiments, the image size does not have a big impact on the results. We use 224224 on the synapse dataset and 512512 on other datasets.

aimanmutasem commented 1 week ago

Thank you for your reply; : ) This means I don't have to change anything in the code and upload the data as it is, right?