wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to test my model?

jamesbondzhou opened this issue · comments

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

Maybe you are looking for evaluate.py?