fuy34 / superpixel_fcn

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

About the downstream task #35

Closed BanaBanaBanaa closed 2 years ago

BanaBanaBanaa commented 2 years ago

Hi! Thanks for open-sourcing this awesome work. I have some questions about how to use to train the downstream task? I noticed that you said in the essay that you develop a downsampling/upsampling scheme for deep networks with the goal of generating high-resolution outputs for dense prediction tasks. Can you share with me about the job? Or can you give me some ideas about how to do? I'll appreciate it if you replied to me! Thanks!

fuy34 commented 2 years ago

Please check this repo. for the stereo matching application. I have not got time to write the readme. It is essentially the same setting as we described in the paper.

BanaBanaBanaa commented 2 years ago

Thank u! I will refer to the repo SPPSMStereo!