From 7413785bbe2ab64bc96599628838c45b31dfc686 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 29 Jul 2025 20:05:00 +0200 Subject: [PATCH] Add STPCN project --- config/projects.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/projects.nix b/config/projects.nix index a9c19ea..be6e1b4 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -100,5 +100,12 @@ description = "Multi-agent trajectory prediction"; }; + stpcn = { + template = "basic"; + name = "ST-PCN"; + codePath = "/Users/yanlin/Documents/Projects/Spatio-temporal Uncertainty Forecasting/ripcn-paper"; + description = "PCN-based ST prediction"; + }; + }; }