Hello!
Closed this issue · 5 comments
Hi,
Please check the following two codes : strided_crop_DRIVE.py and convert_npz_DRIVE.py
We have similar codes for CHASE and STARE as well in this repository.
Basically, we use a strided crop operation with resolution 128x128 to get the 4310, 15120 and 4200 images for STARE, CHASE and DRIVE dataset.
For inference, please check the following code.
For testing we do not resize the image to 128x128. Rather, we take overlapping strided crop to create test crops, however the stride size is small s=3 to get finer segmentation results. The reason is after you have all the prediction test crops, you stitch and combine to get the original sized test image.
Perfectly! I will try to do this work ,Thanks!!!
Thanks, closing the issue.
Please reopen the issue if you have more questions !