liruoteng / FlowNet

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

prediction is flipped version of ground truth #25

Closed Mehuli-Ruh11 closed 7 years ago

Mehuli-Ruh11 commented 7 years ago

While visualizing the results, got by test_flownet.py on ChairSDHom dataset, the prediction is flipped 180 degree. Ground truth: figure_5 Prediction: figure_1-5 Does anyone have idea about what could be the reason for this ?

liruoteng commented 7 years ago

I think it is because you use data layer to read the image and the layer has function to mirror the input image.

thanks RT

Mehuli-Ruh11 commented 7 years ago

Yes ! That was the problem while reading the .flo file. Thanks !!