emma-sjwang / Dofe

code for TMI DoFE: Domain-oriented Feature Embeddingfor Generalizable Fundus Image Segmentationon Unseen Datasets
49 stars 8 forks source link

How would I put the four datasets in for training? #5

Closed 750928465 closed 11 months ago

750928465 commented 11 months ago

Should I put all four datasets in one folder at once, or should I put them in separate folders and specify the paths? Thank you for answering.

750928465 commented 11 months ago

Is it enough to put the four dataset folders in the location specified by agrs.data_dir?

emma-sjwang commented 11 months ago

separately

emma-sjwang commented 11 months ago

https://github.com/emma-sjwang/Dofe/blob/d3a1d35f2c01679fdf5feeee9f315baf61180029/dataloaders/fundus_dataloader.py#L48C23-L48C23

750928465 commented 11 months ago

Thank you so much for the repost!