Add forcetraj and trajar projects

This commit is contained in:
Yan Lin 2025-07-29 13:48:39 +02:00
parent 29a43547a2
commit 33c4ebea09

View file

@ -86,5 +86,19 @@
description = "Weight completion"; description = "Weight completion";
}; };
forcetraj = {
template = "basic";
name = "ForceTraj";
codePath = "/Users/yanlin/Documents/Projects/Electric Field-based Lane Changing Modeling/forcetraj-paper";
description = "Force-based trajectory model";
};
trajar = {
template = "basic";
name = "TrajAR";
codePath = "/Users/yanlin/Documents/Projects/Multi-agent Video-derived Trajectory Prediction/trajar-paper";
description = "Multi-agent trajectory prediction";
};
}; };
} }