wjzhang-ty / ExerciseUNet

UNet by torch1.11 for Optic Disc and Cup Segmentation
6 stars 0 forks source link

Exercise UNet

problem

I am trying to test my model with different batch sizes and I am getting different accuracies for different batch sizes.

The model has been roughly trained https://share.weiyun.com/ZhShMt5U. Modify the patchsize in test.py to test

structure

Environment

Dataset introduce

Try to separate OC and OD from fundus image

run

cd  unet

pip install -r requirements.txt

python train.py

python test.py