conscienceli / SeqNet

Joint Learning of Vessel Segmentation and Artery/Vein Classification
https://www.liangzhili.com/publication/li-2020-joint/
MIT License
60 stars 22 forks source link

How to merge the three data sets #3

Open puyiwen opened 4 years ago

puyiwen commented 4 years ago

Hi, how are the three data set structures merged, can you tell me?Thank you very much!!!

conscienceli commented 4 years ago

This depends on your dataloader. In this implementation, you can just put them in one folder (and labels in another folder), just like one single dataset. The filename doesn't matter.

liul-ing commented 3 years ago

Hi,Can you tell me where the mask data should be placed?I don’t really understand how the training data structures should be ?Thank you very much