Evaluation for occluded points
hurjunhwa opened this issue · 1 comments
hurjunhwa commented
Hi, thanks for the great work!
I have a short question for the evaluation.
Do you evaluate the scene flow for all 3D points? or only non-occluded points?
It seems like it only evaluates the scene flow for non-occluded points by using the mask:
Lines 105 to 121 in ca2a2cb
It will be appreciated if you can clarify this :)
xingyul commented
For the EPE metric, I believe we evaluated it on all points during testing. During training, however, we only train the points that are not occluded. In order to evaluate it on all points, you probably need to slightly change the evaluation code.