MohsenFayyaz89 / STFCN

Spatio-Temporal Fully Convolutional Neural Netwroks For Semantic Segmentation
MIT License
37 stars 13 forks source link

the inputdata size? #2

Closed fenling closed 7 years ago

fenling commented 7 years ago

hi MohsenFayyaz: I use camvid data, the inputdata size is T C H W is 3 3 720 960.and use "FCN_Alex_LSTM.prototxt". when I train the net ,I meet a problem.the layer name"plated" output count don't match input count. the input shape is 3 4096 17 24 but the out shape is 3 4096 49 1. I change the input data size 3 3 227 227 ,there still has problem.the layer name"plated" , input shape is 3 4096 1 1 but the out shape is 3 4096 49 * 1. I would like to ask is the size of the input image wrong? Or other problems?

I read the paper again ,I found the input size is 400 * 400.Solve the problem