pochih / FCN-pytorch

🚘 Easiest Fully Convolutional Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hi bor~how can i inference it by my own picture?

Water2style opened this issue · comments

i want to use this FCN to recognize my own picture,how can i do it?thanks a lot

You have to make sure the pixel-wise label exists for you picture, so it can be trained.

You have to make sure the pixel-wise label exists for you picture, so it can be trained.

Thanks,one day i will make a pixel-wise dataset.
I mean that use Camvid or cityscapes dataset, after finishing training,i got a trained-fcn,
i want use this trained-fcn, to recognize a picture taken by me,what should i di? Write a inference.py?
thanks