GoalFlow
GoalFlow copied to clipboard
How to build Goal Point Vocabulary?
Hello, I don't quite understand the part about building the Goal Point Vocabulary while reading the paper. Could you explain it to me?
Hello, I have a same question.
Could you please tell me how the ground truth DAC score for each goal point is generated? I couldn't find any related implementation in the code.
@mono0826 The vocab is generated by using k-means on endpoints of the gt-trajectory based on navtrain. You can refer to issue 5 for details.
@fengjiang5 Hi, you can refer to issue29 for details.