PeterL1n / BackgroundMattingV2

Real-Time High-Resolution Background Matting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to understand the "err_map"

Pros-yanghaozhe opened this issue · comments

I'm interested in the "err_map",however,i just find that "err_map" is a dimension of the "output" after the decoder, as:

err_sm = x[:, 4:5].clamp_(0., 1.)

could you please tell me more details about "err_map" ? (how to calculate)