Retinal vascular segmentation,Transformer,CNN, Pytorch, Python, Date:2023.09.01 Achieve state-of-the-art results.
The paper only wrote the experimental part and recorded some experimental data in the Word document in the Comparative Literature folder.
The previous code had some issues, but now it has been re-submitted after being trained and verified for correctness. (以前的代码有点问题,现已经过训练验证正确性后从新提交。)
Reference 3D medical image segmentation model:
This is the model structure diagram in the UNETR++paper. I directly modified it from 3D to 2D image application.
python main.py Note: The batch_size=4 during training cannot be easily changed, as it will affect the accuracy.
python test.py and python test_HRF.py HRF is a high-resolution dataset with different testing methods.