Closed Elena-ssq closed 6 years ago
Hi, The loss layer ignores NaN values (see https://github.com/lmb-freiburg/flownet2/blob/master/src/caffe/layers/l1loss_layer.cu#L22), but the invalid pixels in KITTI are "zero", not "NaN" (it's a PNG format which cannot represent that, I think). You should be fine if you take that into account when converting your data.
Hi,
The problem is solved by following your suggestion.
Thanks again!
Hi,
The results are really blurred after finetune by killing (set to zero) all diff without GT. The parameter normalize_by_num_entries in l1loss layer was assigned to true, and remained others as false.
Any clue why this happens? Thanks a lot!
S_fine
solver schedule?normalize_by_sum_entries
is only used to calculate a normalized EPE value.Please help.
Hi,
I'm trying finetune the network on KITTI dataset while the results are greatly affected by the sparse ground-truth. I did notice that points with unavailable gt should not be considered during loss computing, but I didn't find a parameter to mask them out.
Is there any suggestion on how to achieve the finetune on KITTI?
Tkx