Practical-RIFE icon indicating copy to clipboard operation
Practical-RIFE copied to clipboard

what‘s the mean of ensemble?

Open HAOHAOXUEXIEN opened this issue 2 years ago • 1 comments

if ensemble: f1, m1 = block[i](torch.cat((img1[:, :3], img0[:, :3], 1-timestep), 1), None, scale=scale_list[i]) flow = (flow + torch.cat((f1[:, 2:4], f1[:, :2]), 1)) / 2 mask = (mask + (-m1)) / 2

can explain the ensemble effect? thanks very much

HAOHAOXUEXIEN avatar Sep 06 '23 08:09 HAOHAOXUEXIEN

Hello, this is to let the model average the results of the two predictions; although it can improve some quantitative indicators, the results do not look good to the naked eye.

hzwer avatar Sep 06 '23 11:09 hzwer