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

performance for moving objects #4

Open
waveleaf27 opened this issue Oct 31, 2023 · 2 comments
Open

performance for moving objects #4

waveleaf27 opened this issue Oct 31, 2023 · 2 comments

Comments

@waveleaf27
Copy link

I re-ran this project, but the performance for moving objects didn't meet expectations. Please refer to the attached figure for reference.

In the figure: (segment-10335539493577748957_1372_870_1392_870_with_camera_labels/0000_0001.npz)
image

Black represents points at time T.
Blue indicates points at time T+1.
Red denotes points from time T after adding the predicted flow.
As evident, the objects within the bounding box are misaligned. I've observed this issue in multiple case. Is this discrepancy expected?

@Lilac-Lee

@waveleaf27
Copy link
Author

Can you provide your NSFP++ baseline since it adopt extra assumption

@Lilac-Lee
Copy link
Owner

Hi @waveleaf27, this might happen when the grid cell size is relatively large, making the prediction prone to similar motions nearby.
Please refer to MBNSF for the implementation of NSFP++ baseline.
Cheers.

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