wuhuikai / FastFCN

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

Inferencing on real world images #27

Closed mrayush18 closed 5 years ago

mrayush18 commented 5 years ago

Can you guide me on how to do inferencing on outside images. you have used pytorch encoding repo for data loading and preprocessing, so can you specify how can I use it to make inferencing.

wuhuikai commented 5 years ago
  1. Write your own dataset as this file.
  2. Modify this file to add your own dataset.
  3. python test.py --dataset [your_data_set].