vios-s / vMFNet

vMFNet: Compositionality Meets Domain-generalised Segmentation
MIT License
16 stars 3 forks source link

About the Spinal cord grey matter segmentation challenge dataloader #1

Closed Lkiku closed 1 year ago

Lkiku commented 1 year ago

Hi! I noticed that you only released the M&Ms dataloader in this repo. I downloaded two dataset and I found that the SCGM dataset is much smaller. So I think it is easier to reproduce since I don't have too much GPU resources. Could you also make the SCGM dataloader available?

xxxliu95 commented 1 year ago

Hi, thanks for your interest, we did not manage to release that part of the code.

You can find one data loader for SCGM here: https://github.com/wyf0912/LDDG/blob/master/dataset/spinal_cord_challenge.py

It might not be well aligned with my code. But it is not hard to build the data loader based on that for vMFNet.

Best wishes, Xiao

Lkiku commented 1 year ago

Thanks a lot!