lloongx / SFDA-CBMT

Pytorch implementation of MICCAI'23 pape: Source-Free Domain Adaptive Fundus Image Segmentation with Class-Balanced Mean Teacher.
19 stars 0 forks source link

How to obtain a segmented fundus image #5

Closed cxuanxiao closed 6 months ago

cxuanxiao commented 6 months ago

Hello, I'm a beginner. The result I output is quantitative results including Dice and ASSD,but I don't know how to obtain visualized picture.

cxuanxiao commented 6 months ago

Looking forward to your reply

lloongx commented 6 months ago

It's easy to modify the eval() function to visualize images and results with PIL.Image. I do inplement this but it's hard to find the code, so you need to inplement it by yourself :(

cxuanxiao commented 6 months ago

I'll try it,thank you!