GoalFlow first generates trajectories for all test scenarios and then performs testing.
The Goal Point Construction Module is a pluggable component. We provide scores for the predicted goal points, which you can directly use in your own model.
Download the following files from Google Drive and place them in the data directory:
goalflow_traj_epoch=54-step=18260.ckpt(perception module and trajectory decoder)goal_point_scores.gz(dac scores and distance scores predicted by goal point construction)cluster_points_8192_.npy(goal point vocabulary)goalflow_navi_epoch=99-step=132500.ckpt(optional, perception module and goal point construction module)
- First, generate trajectories using
run_generate_trajs.sh. The generated trajectories will be stored in your log directory. - Then, run
run_goalflow_trajs.shwith your evaluation metric path and the path to the generated trajectories.
sh scripts/generate/run_generate_trajs.sh
sh scripts/evaluation/run_goalflow_trajs.shIf needed, you can generate goal_point_scores using run_generate_navi.sh. The generated navigation scores will be stored in your log directory.
sh scripts/generate/run_generate_navi.sh