GoalFlow icon indicating copy to clipboard operation
GoalFlow copied to clipboard

Why rotate trajectory 10 times for denoise training?

Open JunrQ opened this issue 5 months ago • 2 comments

Dear author, thank you for your work. I have a question about the method normalize_xy_rotation, why rotate gt_trajs_ 10 times, for denoise training?

JunrQ avatar Jun 26 '25 05:06 JunrQ

@JunrQ We did not experiment with other rotation counts, so this setting was not specifically optimized.

ZebinX avatar Jul 17 '25 07:07 ZebinX

@ZebinX , as mentioned in other issue, gt_trajs is rotated 10times, and type_embedding input dim is set 30(3*10), so if type_embedding input dim is set 3, is there any problem? because only 0~2 is used self.type_embedding = nn.Embedding(30, self._config.tf_d_model) --> self.type_embedding = nn.Embedding(3, self._config.tf_d_model)

smilebetterworld avatar Sep 20 '25 07:09 smilebetterworld