iMED-Lab / OCTA-Net-OCTA-Vessel-Segmentation-Network

Apache License 2.0
116 stars 21 forks source link

dataset path #5

Closed MinsGoing closed 3 years ago

MinsGoing commented 3 years ago

Thank you very much for receiving your dataset. I encountered a problem when I replaced the data set path. Your default path is "/media/imed/data/mayuhui/TMI_OCTA_vseg/data/OCTA/CRIA", and I replaced it with "../../data/ROSE-2".and get infomation “IndexError: list index out of range”in code\OCTA-Net\train.py, line 17, in train_first_stage thin_gt = sample[2].to(device)。

That is, sampmle out of range.Hope you can answer, thank you very much!

YuhuiMa commented 3 years ago

We are sorry to forget to clarify that for ROSE-2, changes should be made as follows: thin_gt = sample[1].to(device) thick_gt = sample[1].to(device) if there are any bugs else, please contact us. Good luck!

bai101315 commented 1 month ago

你好,你能给我分享一下数据集吗?下载数据集的链接失效了