-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hello, thank you for your excellent work. I'm really interested in these!
I have a question: in your training code, has_navi=True. However, in the flow section, there is code like this:
if self._config.has_navi:
navi=gt_trajs[:,7:8,:2].clone().to(device)
navi_feature=pos2posemb2d(navi,num_pos_feats=self._config.tf_d_model//2).squeeze(1)
global_feature=trajectory_query.squeeze(1)Is this using the ground-truth point?
Shouldn't it use the goal point?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels