PyTorch-UNet
PyTorch-UNet copied to clipboard
PyTorch Implementation for Segmentation and Saliency Prediction
can anyone help?
If so, could you share the paper? I have searched for "Foreground Segmentation and Saliency Prediction", but couldn't find a specific paper.
hi , I read your code and it was very useful to me, but in the main article that was provided for the u-net network, there was no mention of...
你好,首先非常感谢您的项目。然后想请问您一个问题,您这个项目中是如何保存模型的,保存的模型的形式是什么样的呢,看到您test.py文件中有with open('./1000netD.ckpt', 'rb') as f:一句,其中的1000netD.ckpt是PyTorch文件的的模型吗,希望您给予解答,谢谢。