全部分类
源码/资料
Windows编程
Linux/Unix编程
WEB开发
移动互联网开发
数值算法/人工智能
区块链开发
网络编程
系统/网络安全
通讯编程
游戏
多媒体
嵌入式/单片机/硬件编程
图形图象
物联网
Java编程
行业应用
数据库系统
虚拟/增强现实-VR/AR
压缩解压
汇编语言
LabView编程
3D打印
易语言编程
编辑器/阅读器
编译器/解释器
磁盘编程
多国语言处理
FlashMX/Flex源码
并行计算
书籍源码
Delphi控件源码
操作系统开发
中间件编程
MacOS编程
电子书籍
VC书籍
Java书籍
Delphi/CppBuilder
软件工程
认证考试资料
其他书籍
文章/文档
工程标准规范
文件格式
软件设计/软件工程
技术管理
行业发展研究
人物传记/成功经验
通讯编程文档
系统设计方案
软件测试
其他
行业应用(2384+资源)
social-LSTM
# Social LSTM implementation in PyTorch
## Project details
**Semester project of Master of Computer Science in EPFL**
**Student name** : Baran Nama
**Advisor:** Alexandre Alahi
**Presentation** : https://drive.google.com/file/d/1biC23s1tbsyDETKKBW8PFXWYyyhNEAuI/view?usp=sharing
## Implementation details
**Baseline implementation**: https://github.com/vvanirudh/social-lstm-pytorch
**Paper**: http://cvgl.stanford.edu/papers/CVPR16_Social_LSTM.pdf
**Detailed info about challange and datasets**: https://www.aicrowd.com/challenges/trajnet-a-trajectory-forecasting-challenge
**Made improvements:** Please see attached presentation
## Documentation
- **generator.py** : Python script for generating artifical datasets
- **helper.py**: Python script includes various helper methods
- **hyperparameter.py**: Pyton script for random best parameter selection for a model
- **make_directories.sh**: Bash script for creation of file structure
- **model.py**: Python file includes Social LST