Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong flow on human limbs #13

Open
gengshan-y opened this issue Jan 21, 2020 · 2 comments
Open

Wrong flow on human limbs #13

gengshan-y opened this issue Jan 21, 2020 · 2 comments

Comments

@gengshan-y
Copy link

Thanks for sharing the code! I'm able to run the latest version (the forked repo from bradyz) and trying to generate optical flow data for training.

However, I find that flow on human limbs are usually incorrect. If I warp the prev. frame according to the flow, some parts of the human are missing while pixels of the cars and background are aligned well. As shown in the figure below (left: current frame, right: warped previous frame), the leg region circled in red in missing.
left-reference-right-warped

To further examine this issue, I plot the 3D points of the (t-1) frame in red and the 3D points in the prev_pos variable of the (t) frame in blue under the same coordinate. They are supposed to perfectly overlap. However, the points on the limbs do not overlap.
pasted image 0

I'm trying to debug this, but find it difficult. Could you give me some hints of what could go wrong?

@dihuangdh
Copy link

Same problem here.

@fabbrimatteo
Copy link

Did you solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants