LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.66k stars 594 forks source link

Significant images after detection as output results #64

Closed tongxiaozhong14 closed 1 year ago

tongxiaozhong14 commented 3 years ago

Dear author, thank you so much for sharing. Here is a question, for a model trained with your own dataset, is there any procedure for detecting and outputting significant images from the model trained by yourself, other than using the csv file you provided to represent the accuracy of the model? (This gives a visual sense of the accuracy of the trained model detection) Thanks again!