wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
MIT License
1.74k stars 480 forks source link

how to test my model? #122

Closed jamesbondzhou closed 5 years ago

jamesbondzhou commented 5 years ago

hi,i 'd like to know how to test my model?actually the test_fcn8s.py is just a upsampling operation.

wkentaro commented 5 years ago

Maybe you are looking for evaluate.py?