lseventeen / FR-UNet

[JBHI2022] Full-Resolution Network and Dual-Threshold Iteration for Retinal Vessel and Coronary Angiograph Segmentation
MIT License
112 stars 24 forks source link

output #15

Open YiXiangfeng521 opened 5 months ago

YiXiangfeng521 commented 5 months ago

Hello author! May I ask why there is no image output after testing?

Eventually185 commented 3 months ago

I also encountered this problem!

Eventually185 commented 3 months ago

I also encountered this problem!

I solved this problem!

yesulove commented 2 months ago

I also encountered this problem!

I solved this problem!

I also ran into this issue, please how did you solve it?

Eventually185 commented 2 months ago

I also encountered this problem!

I solved this problem!

I also ran into this issue, please how did you solve it? As far as I can remember, I have changed the second default value here from False to True. ''' parser.add_argument("--show", help="save predict image", required=False, default=False, action="store_true") '''