CIDNN: Encoding Crowd Interaction with Deep Neural Network
This repo is the official open source of CIDNN, CVPR 2018 by Yanyu Xu, Zhixin Piao and Shenghua Gao.
It is implemented in Pytorch and Python 2.7.x.
If you find this useful, please cite our work as follows:
@INPROCEEDINGS{xu2018cidnn,
author={Yanyu Xu and Zhixin Piao and Shenghua Gao},
booktitle={2018 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
title={Encoding Crowd Interaction with Deep Neural Network for Pedestrian Trajectory Prediction},
year={2018}
}
DataSet | Link |
---|---|
GC [1] | BaiduYun or DropBox |
ETH [2] | website |
UCY [3] | website |
CUHK Crowd [4] | website |
subway station [5] | website |
Update 2019.07.17: Because the website of GC Dataset has been deleted, here we give the download link and decription of it.
GC Dataset Description:
This dataset contains two folders, naming ‘Annotation’ and ‘Frame’, respectively.
The ‘Annotation’ folder contains the manually labeled walking paths of 12,684 pedestrians. Annotations are named as ‘XXXXXX.txt’. ‘XXXXXX’ is pedestrian index.
For each of the annotation txt file. It contains multiple integers, corresponding to the (x,y,t)s of the current pedestrian. ‘x’ and ‘y’ are point coordinates and ‘t’ is frame index. There should be 3N integers if this pedestrian appears in N frames. All pedestrians within Frame 000000 to 100000 are labeled from the time point he(she) arrives to the time point he(she) leaves.
The ‘Frame’ folder contains 6001 frames sampled from a surveillance video captured at the Grand Central Train Station of New York. These frames are named as ‘XXXXXX.jpg’. ‘XXXXXX’ is frame index. It starts from ‘000000’ and ends at ‘120000’. One frame is sampled every 20 frames from the surveillance video clip.
-
Understanding Pedestrian Behaviors from Stationary Crowd Groups
Shuai Yi, Hongsheng Li, and Xiaogang Wang. In CVPR, 2015.
-
You’ll never walk alone: Modeling social behavior for multi-target tracking
Stefano Pellegrini, Andreas Ess, Konrad Schindler, Luc Van Gool. In ICCV 2009.
-
Crowds by Example
Alon Lerner, Yiorgos Chrysanthou, Dani Lischinski. In EUROGRAPHICS 2007.
-
Scene-Independent Group Profiling in Crowd
Jing Shao, Chen Change Loy, Xiaogang Wang. In CVPR 2014.
-
Understanding Collective Crowd Behaviors: Learning a Mixture Model of Dynamic Pedestrian-Agents
Bolei Zhou, Xiaogang Wang, Xiaoou Tang. In CVPR 2012.