MarcoForte / FBA_Matting

Official repository for the paper F, B, Alpha Matting
MIT License
464 stars 95 forks source link

Loss function and fba_fusion() #38

Closed wchstrife closed 3 years ago

wchstrife commented 3 years ago

in fba_decoder, there is a fba_fusion() function. Is the loss function calculated by the output of the fba_fusion()? or the output of the conv_up4()->clamp and sigmoid

MarcoForte commented 3 years ago

Hi, the output of the conv_up4()->clamp and sigmoid.

On Mon, Jan 11, 2021, 10:27 AM 王宸昊 notifications@github.com wrote:

in fba_decoder, there is a fba_fusion() function. Is the loss function calculated by the output of the fba_fusion()? or the output of the conv_up4()->clamp and sigmoid

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MarcoForte/FBA_Matting/issues/38, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAED5MQTXHB36MNXQOGTEKTSZLHAHANCNFSM4V5LCVKA .

wchstrife commented 3 years ago

Thank! So the fba_fusion() is only used during inference?

MarcoForte commented 3 years ago

Yes just inference should work well.

On Mon, Jan 11, 2021, 11:32 AM 王宸昊 notifications@github.com wrote:

Thank! So the fba_fusion() is only used during inference?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MarcoForte/FBA_Matting/issues/38#issuecomment-757892982, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAED5MWOWUFTROQ3GUWDAUTSZLOVZANCNFSM4V5LCVKA .