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

Optical Flow for dynamic scenes #31

Open
ChenHoy opened this issue Feb 15, 2022 · 1 comment
Open

Optical Flow for dynamic scenes #31

ChenHoy opened this issue Feb 15, 2022 · 1 comment

Comments

@ChenHoy
Copy link

ChenHoy commented Feb 15, 2022

Hi,
I just read, that you created the optical flow from the groundtruth depth and camera motion.

However, some scenes contain dynamic objects, which apparently you mask with flow_mask.npy. Since you have a virtual dataset, I would be interested in knowing the reason for this procedure? Why could you not read out the total optical flow, resulting from all motions in the scene?

It would be a very cool feature, if you provided the total optical flow for all motions!

@Amigoshan
Copy link
Contributor

Thanks for the question!
You are right, the current optical flow can not handle dynamic objects.
Due to some technical issue, we are not able to get the optical flow ground truth from the Unreal Engine.
There's a recent update by the AirSim team that provides the optical flow image. But as we tested, and discussed here, it has issues with dynamic objects either, due to some issues in calculating the motion vector in Unreal Engine.
For now, we only provide the optical flow mask, which can indicate where the dynamic objects are.

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

2 participants