InterFuser icon indicating copy to clipboard operation
InterFuser copied to clipboard

map issue

Open a1wj1 opened this issue 1 year ago • 3 comments

Hello, how do you consider the situation where the current frame of an object exists, but the next frame does not exist in the map?

a1wj1 avatar Aug 10 '23 08:08 a1wj1

Hi! Our framework also predicts the velocity and the heading when detect the other objects. With these information, we can estimate their future positions. If they are far away from the ego-car, we will not consider them again.

deepcs233 avatar Aug 12 '23 08:08 deepcs233

Hello, what I mean is during the training phase, how to make predictions when training data if an object in the future frame no longer exists

a1wj1 avatar Aug 13 '23 04:08 a1wj1

In our current pipeline, the framework receives single-frame input and predict single-frame output. Or you can refer to ReasonNet to modify the framework to let it predict multiple frames in the future.

deepcs233 avatar Aug 13 '23 08:08 deepcs233