Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1011 Bytes

SETUP.md

File metadata and controls

22 lines (13 loc) · 1011 Bytes

Note: this repository is the Social-NCE implementation based on the latest Social-STGCNN official code as of submission date.

Environment Setup

Note: require python 3.6

conda create --name social-stgcnn python=3.6 -y
source activate social-stgcnn
pip install -r requirements.txt

Data Setup

The dataset is from Social-STGCNN official repository and stored at /datasets/. Please note that the dataset processing takes some time when running the code the first time, which is once and for all.

To guarantee the dataset completeness, you could either:

(1) clone the original repository, copy & paste the datasets folder to project root directory,

or (2) click on the DownGit link to get datasets and unzip to project root directory.