Loss Question
wuaming opened this issue · 12 comments
When you compute the epe loss, do you normalize the optical flow?
no, the epe loss is just L2 norm.
How long do you take to train the model?
The size of input image is not equal the output size of flow. But how do you process the groundtruth? And how do you resize the flow to your output size?
When you train the model, dose the dropout affect the accuracy of the model?
Hi, for the image size problem, you may want to see the resample layer in the train.prototxt, or deploy.prototxt.
And there is no dropout in this model.
thanks.
When you visualize the flow, do you use the smooth operation?
Dear Professor, where is the code about data augmentation?
Hi, regarding visualization, we don't use smooth operation.
For data augmentation, please refer to the FlowNet paper.
Thanks
RT
I'm wondering if we want to use it for real application, how can we get ground truth of the input as training material?
Hi, the ground truth is always difficult to collect and calculate for real data. You may follow this paper to see how they generate KITTI dataset