pochih / FCN-pytorch

🚘 Easiest Fully Convolutional Networks
404 stars 143 forks source link

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

Open Water2style opened 5 years ago

Water2style commented 5 years ago

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

pochih commented 5 years ago

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

Water2style commented 5 years ago

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