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

fcn.utils.visualize_segmentation,where the visualize_segmentation function?

liul-ing opened this issue · comments

"viz = fcn.utils.visualize_segmentation(lbl_pred=lp, lbl_true=lt, img=img, n_class=n_class) " in the validate function in trainer.py,i can not find the visulaize_segmentation function.could you please tell me about my questions?