liruoteng / FlowNet

Modified Version of FlowNet, specifically for adversed environment optical flow
Other
113 stars 56 forks source link

Loss Question #18

Closed wuaming closed 7 years ago

wuaming commented 7 years ago

When you compute the epe loss, do you normalize the optical flow?

liruoteng commented 7 years ago

no, the epe loss is just L2 norm.

wuaming commented 7 years ago

How long do you take to train the model?

liruoteng commented 7 years ago

If you train it on GTX 1080 level GPU card, it will probably take you at least 3 days to fully complete.

On 9 July 2017 at 22:44, wuaming notifications@github.com wrote:

How long do you take to train the model?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/liruoteng/FlowNet/issues/18#issuecomment-313924123, or mute the thread https://github.com/notifications/unsubscribe-auth/AHIGm-iIVJt-XxYtK_fhywZSYOP7khZ2ks5sMOc5gaJpZM4ORqBg .

wuaming commented 7 years ago

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?

wuaming commented 7 years ago

When you train the model, dose the dropout affect the accuracy of the model?

liruoteng commented 7 years ago

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.

wuaming commented 7 years ago

flow When I finish the train, the result is not smooth.

wuaming commented 7 years ago

When you visualize the flow, do you use the smooth operation?

wuaming commented 7 years ago

Dear Professor, where is the code about data augmentation?

liruoteng commented 7 years ago

Hi, regarding visualization, we don't use smooth operation. For data augmentation, please refer to the FlowNet paper.

Thanks RT

JasonZhangFan commented 7 years ago

I'm wondering if we want to use it for real application, how can we get ground truth of the input as training material?

liruoteng commented 7 years ago

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