├── README.md ├── data └── README.md └── next-interaction-prediction ├── attention.py ├── data.py ├── main.py └── process.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FudanCISL/FreeGEM/HEAD/README.md -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FudanCISL/FreeGEM/HEAD/data/README.md -------------------------------------------------------------------------------- /next-interaction-prediction/attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FudanCISL/FreeGEM/HEAD/next-interaction-prediction/attention.py -------------------------------------------------------------------------------- /next-interaction-prediction/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FudanCISL/FreeGEM/HEAD/next-interaction-prediction/data.py -------------------------------------------------------------------------------- /next-interaction-prediction/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FudanCISL/FreeGEM/HEAD/next-interaction-prediction/main.py -------------------------------------------------------------------------------- /next-interaction-prediction/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FudanCISL/FreeGEM/HEAD/next-interaction-prediction/process.py --------------------------------------------------------------------------------