wuhuikai / FastFCN

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

In order to run this on a different dataset say CamVid what changes need to be made #107

Closed sparshgarg23 closed 2 years ago

sparshgarg23 commented 2 years ago

I was thinking of evaluating the model's performance by training it on camvid ,as such apart from writing the camvid dataset file ,what other changes need to be made ?

wuhuikai commented 2 years ago

some hyper-params in https://github.com/wuhuikai/FastFCN/blob/master/experiments/segmentation/option.py.

sparshgarg23 commented 2 years ago

ok thanks