lemondan / HumanParsing-Dataset

211 stars 28 forks source link

Resize problem #3

Open weitianhan opened 7 years ago

weitianhan commented 7 years ago

Thank you so much for providing the dataset. I want to ask is there any convenient way to resize the image but still keeping the superpixel information. Just like what you have done in your paper, you resize the image to 150*100 before training.

lemondan commented 7 years ago

I just extract superpixels on 150*100 image.

weitianhan commented 7 years ago

@lemondan , thanks for your reply. In your Co-CNN paper, in the upsampling operations in the global-to-local stage, are you just doing bilinear upsampling without learning parameters in deconvolution layers?

lemondan commented 7 years ago

For that co-cnn paper, Yes.

weitianhan commented 7 years ago

Hi @lemondan, I would like to ask how do you determine the final output in the Co-cnn paper. For example the output of the network are C probability maps, then for each pixel, are you classifing the pixel into the class with the highest probability? And I notice that you use entropy rate segmentation for post-processing, so do you implement your network with Matlab API of Caffe?

weitianhan commented 7 years ago

@lemondan , would you please give some hints about how do you do back-propagation in the superpixel layers?