LeeJunHyun / Image_Segmentation

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

How to predict the image? #70

Closed ashergaga closed 1 year ago

ashergaga commented 3 years ago

Is there any code to test the trained model? Thank you.

Manar-ibr commented 3 years ago

I'm trying to predict the image if you solve this problem can you help me?

Sehjbir commented 2 years ago

use the test function in the solver.py to write the prediction script.

xinxin5555555 commented 5 months ago

您好,您那里有没有预测的代码呀,可以分享一下吗