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

The bottom of the aligned image is missing #39

Closed
danqu130 opened this issue Apr 23, 2022 · 2 comments
Closed

The bottom of the aligned image is missing #39

danqu130 opened this issue Apr 23, 2022 · 2 comments

Comments

@danqu130
Copy link

Using this code #25 (comment), I found that there are some missing at the bottom of the aligned image, just like the picture in #25 (comment).
I think this is because these areas in the original image do not exist. But these areas have events. Is there have disparity and optical flow gt in test set? And will this negatively affect the performance of the image-based algorithms?

@magehrig
Copy link
Contributor

magehrig commented Apr 25, 2022

As you guessed, this part is missing because there are image pixels after the warping at this location. But this should not impact image-based approaches because the ground truth is never available in those regions. The reason for this is that I actually filtered the ground truth based on frames and only then warp it to the event camera.

The only downside with this approach is that you assume infinite depth (or zero disparity) between the left frame and the left event camera. It would probably be better to warp it with an estimated depth via a trained stereo network for example.

@danqu130
Copy link
Author

Your answer has solved my problem, thank you!

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