kmaninis / OSVOS-caffe

One-Shot Video Object Segmentation
http://vision.ee.ethz.ch/~cvlsegmentation/osvos/
GNU General Public License v3.0
171 stars 67 forks source link

question about Fast Bilateral Solver (FBS). #7

Closed ARQlalala closed 6 years ago

ARQlalala commented 6 years ago

Hello, Fast Bilateral Solver method in your model was used to refine edge, I wonder how you employ it in your project. Thank you very much! image

kmaninis commented 6 years ago

Hi. Instead of snapping the CNN output (foreground probabilities) to superpixels, we use it as input to the bilateral solver, to refine - as you said - the edge regions.