Open ChangyuLNeu opened 2 years ago
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.
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.
Thank you for replying to me!
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.