FastNSF icon indicating copy to clipboard operation
FastNSF copied to clipboard

performance for moving objects

Open waveleaf27 opened this issue 8 months ago • 2 comments

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 avatar Oct 31 '23 09:10 waveleaf27

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

waveleaf27 avatar Oct 31 '23 09:10 waveleaf27

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.

Lilac-Lee avatar Nov 05 '23 04:11 Lilac-Lee