Lilac-Lee / FastNSF

Fast Neural Scene Flow (ICCV 2023)
https://Lilac-Lee.github.io/FastNSF
MIT License
69 stars 4 forks source link

Question about the flow estimation coordinates in Waymo #5

Open Robertwyq opened 9 months ago

Robertwyq commented 9 months ago

Thanks for your great work.

I notice that the flow estimation in Waymo is under the ego coordinates. pc1 and pc2 is under the ego coordinates, and adjust the gt flow by transformation.

Even though the evaluation is correct, the scene flow estimated by the model is a mixture of (scene motion-ego motion). Is there any problem in estimating the motion of a relatively static or completely static point?

Perhaps I have some misunderstandings, I am looking forward to your reply.

Lilac-Lee commented 9 months ago

Hi @Robertwyq, scene flow is defined as the motions in the 3D, including both rigid motions (AV motion) and dynamic motions (relative to AV).

Cheers.

Robertwyq commented 9 months ago

Yes I understand, but it seems the model is estimated the dynamic motions(relative to AV)?

Lilac-Lee commented 9 months ago

Hi @Robertwyq, I did not fully understand your question. By definition, scene flow includes both rigid and dynamic motions. Therefore, the model needs to estimate both the rigid and dynamic motions.

Cheers.