-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi! Thank you for sharing your work!
When I want to test goal-guided trajectory generation, I encountered some problems. I set the task_mask to 1 at the last valid timestamp for one agent. But the generated trajectory is not reasonable, I tried to change the initial noise for 10 times, but not work. My setting is as following:
I run the pipeline.py directly, I use to log name 2021.05.12.22.00.38_veh-35_01008_01518. It is in nuplan mini dataset. And I use the nuplan.ckpt set in pipeline.py update_config function. In the infer_model function, I add one line bp_mask[:, 14, -1, :] = 1. I set the last timestamp of the 15th agent 0 noise. Then I run the pipeline.py. The pred trajectory of the 15th agent is like this,
In the last timestamp, the velocity of the agent is obviously unreasonable, the speed suddenly increases, the pred gif is:
I am confused, is it normal for this model? or what's wrong with my settings? Looking forward your reply. Thank you very much!