Open zengjianjun123 opened 1 year ago
Regarding this issue, I had previously read an article from around 2018 in MICCAI that specifically analyzed the impact on performance of dividing images into patches compared to using the original images. Currently, almost all methods of vascular segmentation involve breaking down the images into patches, which is also an effective method of data augmentation. The choice of a size of 48 was based on some prior work. However, no experiments have been conducted on this particular hyperparameter. If you decide not to divide into patches, then during data processing, simply comment out the code that divides into patches.
Hello! I am very interested in your excellent work, but when I was actively training with the drive data, I found that the training data set was divided into 48 small pieces, but the test was input as the whole blood vessel picture. Why is this? Or how much does breaking up into 48 chunks help improve your model metrics? How do you train your model without using blocks? Thank you!