xmed-lab / CPR

MICCAI 2023: Context-Aware Pseudo-Label Refinement for Source-Free Domain Adaptive Fundus Image Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saving image

rst1991 opened this issue · comments

How to save the final images with save_per_image?

I didn't use that function. If you mean the saving of predicted label, you can use functions like matplotlib.pyplot.imsave to save an array as an image file.