fuy34 / superpixel_fcn

[CVPR‘20] SpixelFCN: Superpixel Segmentation with Fully Convolutional Network
Other
392 stars 80 forks source link

about the downsampling #22

Closed Goldyy closed 3 years ago

Goldyy commented 3 years ago

Hello,

thanks first of all for providing the code to a very interesting paper. My question is about superpixel based downsampling. Here the association map and a LABXY_feat_tensor (consisting of property and location vector) is used. Does that downsampling work without using the property vector? Could you please tell me how this was implemented in the application with PSM net?