tensorflow-fcn icon indicating copy to clipboard operation
tensorflow-fcn copied to clipboard

The problem about fcn8_vgg.py

Open SmmileIU opened this issue 6 years ago • 0 comments

Hi Marvin,thanks for your code! I have two problems. Can you help me ? First,I want to know why you convert RGB to BGR in fcn8_vgg ? second,what's the meaning of the code as follows ( in line 123) : if use_dilated: self.pool5 = tf.batch_to_space(self.pool5, crops=pad, block_size=2) self.pool5 = tf.batch_to_space(self.pool5, crops=pad, block_size=2) self.fc7 = tf.batch_to_space(self.fc7, crops=pad, block_size=2) self.fc7 = tf.batch_to_space(self.fc7, crops=pad, block_size=2)

SmmileIU avatar Feb 11 '18 13:02 SmmileIU