shekkizh / FCN.tensorflow

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
MIT License
1.25k stars 529 forks source link

training for 6 bands data #101

Open summer17s opened 6 years ago

summer17s commented 6 years ago

hi I want to train 6 bands data, like remote sensing data (e.g.[w,h,6]), I try to change some code but it dosen't work, (ValueError: Dimensions must be equal, but are 6 and 3 for 'sub' (op: 'Sub') with input shapes: [?,100,100,6], [3]). Would you tell me how to solve this problem? Thanks!

DawnWalker commented 5 years ago

@summer17s I get the same problem like yours. Do you solve it?