Closed CJ0109 closed 6 years ago
the same question
Hi, the dataset is from Duke University (open-source) detailed in the ReLayNet paper. I converted to h5 format myself. You need to write your own DataLoader if your data is in some other format. Please note, I cannot share the h5 file as Duke University has the re-distribution rights.
I found the link of Duke dataset,but there is only image data,not have label data.Do you make label all by yourself?
Hi, The labels are provided (from 2 experts). It is provided in a different format. For each A-scan, only the co-ordinates where transitions of layers occur is provided. You need to write a small script to convert it to image size. Best Abhijit
Closing issue because of inactivity
Would you please give me some hints how to convert the these transition layers (876861) into an image? I have no idea how match these labels with the original image.
How should I download data.h5 file?