VCN icon indicating copy to clipboard operation
VCN copied to clipboard

About loss

Open ChangyuLNeu opened this issue 3 years ago • 2 comments

Hi,

Thank you for sharing your codes.

I am little confused that in your supplemental material for paper you said that you used L1 loss + OOR loss when finetuned Sintel and KITTI dataset.

However, in you code, it shows that you use L2 loss and OOR loss.

I would like to know which loss I should use.

ChangyuLNeu avatar Sep 22 '22 00:09 ChangyuLNeu

Hi, it was a mistake in the paper, we were using L2 norm following PWC-Net (Eq3). See this part of the code. Thanks for point it out.

gengshan-y avatar Sep 22 '22 15:09 gengshan-y

Thank you for replying to me!

ChangyuLNeu avatar Oct 02 '22 20:10 ChangyuLNeu