wuhuikai / FastFCN

FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation.
http://wuhuikai.me/FastFCNProject
Other
838 stars 148 forks source link

Test a single image #36

Closed Onimee58 closed 5 years ago

Onimee58 commented 5 years ago

After the training is complete , with the trained model ,how do i segment a single image in any specific folder ?

wuhuikai commented 5 years ago

We do not support testing a single image. Please write your own script. Try to implement a new dataset in this folder and run test.py with your own dataset.

Onimee58 commented 5 years ago

Ok , thanks a lot