Add STPCN project

This commit is contained in:
Yan Lin 2025-07-29 20:05:00 +02:00
parent d272de21c3
commit 7413785bbe

View file

@ -100,5 +100,12 @@
description = "Multi-agent trajectory prediction"; 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";
};
}; };
} }