Skip to content

About goal point in training #27

@fengjiang5

Description

@fengjiang5

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions