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"; + }; + }; }