Skip to content

Commit 2787949

Browse files
authored
update readme and contribution v1.0 (#216)
* update readme and contribution * update readme and contribution
1 parent 9670c6a commit 2787949

File tree

3 files changed

+65
-10
lines changed

3 files changed

+65
-10
lines changed

contribution_list.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The model reproduction work in the library has been assisted by several developers. The specific contribution list is shown below.
44

5+
For a list of all models reproduced in LibCity, see [Docs](https://bigscity-libcity-docs.readthedocs.io/en/latest/user_guide/model.html), where you can see the abbreviation of the model and the corresponding papers and citations.
6+
57
| Task | Model | Contributor |
68
| ------ | ------------------------------------------------------------ | ------ |
79
|Time Series Prediction|HA|[XBR-1111](https://github.com/XBR-1111), [aptx1231](https://github.com/aptx1231)|
@@ -43,14 +45,16 @@ The model reproduction work in the library has been assisted by several develope
4345
| | GTS | [aptx1231](https://github.com/aptx1231), [buaacjw](https://github.com/buaacjw), [t123yh](https://github.com/t123yh), [h9tyf](https://github.com/h9tyf) |
4446
| | GMAN | [huangjiawei128](https://github.com/huangjiawei128), [fry412](https://github.com/fry412) |
4547
| | ATDM | [zhangjiahui-buaa](https://github.com/zhangjiahui-buaa) |
46-
| | HGCN | [XBR-1111](https://github.com/XBR-1111), [Matty-blu](https://github.com/Matty-blu), [nan0054](https://github.com/nan0054) |
48+
| | HGCN | [XBR-1111](https://github.com/XBR-1111), [Matty-blu](https://github.com/Matty-blu), [nan0054](https://github.com/nan0054), [PotassiumWings](https://github.com/PotassiumWings) |
4749
| | STAGGCN | [a-l-r](https://github.com/a-l-r1), [aptx1231](https://github.com/aptx1231) |
48-
| | DKFN | [a-l-r](https://github.com/a-l-r1), [aptx1231](https://github.com/aptx1231) |
50+
| | DKFN | [a-l-r](https://github.com/a-l-r1), [aptx1231](https://github.com/aptx1231), [NickHan-cs](https://github.com/NickHan-cs) |
4951
| | STTN | [NickHan-cs](https://github.com/NickHan-cs) |
5052
|On-Demand Service Prediction|CCRNN|[aptx1231](https://github.com/aptx1231)|
5153
| |STG2Seq|[aptx1231](https://github.com/aptx1231), [Stevezzy](https://github.com/Stevezzy)|
5254
||DMVSTNet|[l782993610](https://github.com/l782993610), [WANDY666](https://github.com/WANDY666)|
5355
|OD Matrix Prediction|GEML|[l782993610](https://github.com/l782993610)|
56+
||CSTN|[l782993610](https://github.com/l782993610)|
57+
|Traffic Accidents Prediction|GSNet|[excelsior399](https://github.com/excelsior399)|
5458
| Trajectory Next-Location Prediction | FPMC | [WenMellors](https://github.com/WenMellors) |
5559
| | RNN-1 | [WenMellors](https://github.com/WenMellors) |
5660
| | STRNN | [BugMakerzzz](https://github.com/BugMakerzzz), [xcw-1010](https://github.com/xcw-1010), [WenMellors](https://github.com/WenMellors) |
@@ -62,9 +66,12 @@ The model reproduction work in the library has been assisted by several develope
6266
||LSTPM|[ssdrywz](https://github.com/ssdrywz), [Jerry18231174](https://github.com/Jerry18231174), [WenMellors](https://github.com/WenMellors)|
6367
||GeoSAN|[Reinhard-Tichy](https://github.com/Reinhard-Tichy)|
6468
||HSTLSTM|[Creddittale](https://github.com/Creddittale), [WenMellors](https://github.com/WenMellors)|
69+
|Estimated Time of Arrival|DeepTTE|[NickHan-cs](https://github.com/NickHan-cs)|
6570
|Map Matching|STMatching|[XBR-1111](https://github.com/XBR-1111)|
6671
||IVMM|[excelsior399](https://github.com/excelsior399)|
72+
||HMMM|[XBR-1111](https://github.com/XBR-1111)|
6773
|Road Network Representation Learning|ChebConv|[aptx1231](https://github.com/aptx1231)|
74+
||LINE|[l782993610](https://github.com/l782993610)|
6875

6976

7077

readme.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,22 @@ LibCity is a unified, comprehensive, and extensible library, which provides rese
1010

1111
LibCity currently supports the following tasks:
1212

13-
* Time Series Prediction
1413
* Traffic State Prediction
1514
* Traffic Flow Prediction
1615
* Traffic Speed Prediction
1716
* On-Demand Service Prediction
18-
* OD Matrix Prediction
17+
* Origin-destination Matrix Prediction
18+
* Traffic Accidents Prediction
1919
* Trajectory Next-Location Prediction
20+
* Estimated Time of Arrival
2021
* Map Matching
2122
* Road Network Representation Learning
2223

2324
## Features
2425

2526
* **Unified**: LibCity builds a systematic pipeline to implement, use and evaluate traffic prediction models in a unified platform. We design basic spatial-temporal data storage, unified model instantiation interfaces, and standardized evaluation procedure.
2627

27-
* **Comprehensive**: 54 models covering 8 traffic prediction tasks have been reproduced to form a comprehensive model warehouse. Meanwhile, LibCity collects 32 commonly used datasets of different sources and implements a series of commonly used evaluation metrics and strategies for performance evaluation.
28+
* **Comprehensive**: 60 models covering 9 traffic prediction tasks have been reproduced to form a comprehensive model warehouse. Meanwhile, LibCity collects 35 commonly used datasets of different sources and implements a series of commonly used evaluation metrics and strategies for performance evaluation.
2829

2930
* **Extensible**: LibCity enables a modular design of different components, allowing users to flexibly insert customized components into the library. Therefore, new researchers can easily develop new models with the support of LibCity.
3031

@@ -67,13 +68,36 @@ This script will run the GRU model on the METR_LA dataset for traffic state pred
6768

6869
More details is represented in [Docs](https://bigscity-libcity-docs.readthedocs.io/en/latest/get_started/quick_start.html).
6970

71+
## Reproduced Model List
72+
73+
For a list of all models reproduced in LibCity, see [Docs](https://bigscity-libcity-docs.readthedocs.io/en/latest/user_guide/model.html), where you can see the abbreviation of the model and the corresponding papers and citations.
74+
75+
## Tutorial
76+
77+
In order to facilitate users to use LibCity, we provide users with some tutorials:
78+
79+
- We gave lectures on both ACM SIGSPATIAL 2021 Main Track and Local Track. For related lecture videos and Slides, please see our [HomePage](https://libcity.ai/#/tutorial) (Chinese and English).
80+
- We provide entry-level tutorials (in Chinese and English) in the documentation.
81+
- [Install and quick start](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/install_quick_start.html) & [安装和快速上手](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/install_quick_start.html)
82+
- [Run an existing model in LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/run_model.html) & [运行LibCity中已复现的模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/run_model.html)
83+
- [Add a new model to LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/add_model.html) & [在LibCity中添加新模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/add_model.html)
84+
- [Tuning the model with automatic tool](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/hyper_tune.html) & [使用自动化工具调参](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/hyper_tune.html)
85+
- [Visualize Atomic Files](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/data_visualization.html) & [原子文件可视化](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/data_visualization.html)
86+
- In order to facilitate the use of domestic users in China, we provide an introductory tutorial (in Chinese) on Zhihu.
87+
- [LibCity:一个统一、全面、可扩展的交通预测算法库](https://zhuanlan.zhihu.com/p/401186930)
88+
- [LibCity入门教程(1)——安装与快速上手](https://zhuanlan.zhihu.com/p/400814990)
89+
- [LibCity入门教程(2)——运行LibCity中已复现的模型](https://zhuanlan.zhihu.com/p/400819354)
90+
- [LibCity入门教程(3)——在LibCity中添加新模型](https://zhuanlan.zhihu.com/p/400821482)
91+
- [LibCity入门教程(4)—— 自动化调参工具](https://zhuanlan.zhihu.com/p/401190615)
92+
- [北航BIGSCity课题组提出LibCity工具库:城市时空预测深度学习开源平台](https://zhuanlan.zhihu.com/p/436191860)
93+
7094
## Contribution
7195

7296
The LibCity is mainly developed and maintained by Beihang Interest Group on SmartCity ([BIGSCITY](https://www.bigcity.ai/)). The core developers of this library are [@aptx1231](https://github.com/aptx1231) and [@WenMellors](https://github.com/WenMellors).
7397

7498
Several co-developers have also participated in the reproduction of the model, the list of contributions of which is presented in the [reproduction contribution list](./contribution_list.md).
7599

76-
If you encounter a bug or have any suggestion, please contact us by [raising an issue](https://github.com/LibCity/Bigscity-LibCity/issues).
100+
If you encounter a bug or have any suggestion, please contact us by [raising an issue](https://github.com/LibCity/Bigscity-LibCity/issues). You can also contact us by sending an email to [email protected].
77101

78102
## Cite
79103

readme_zh.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,22 @@ LibCity 是一个统一、全面、可扩展的代码库,为交通预测领域
1010

1111
LibCity 目前支持以下任务:
1212

13-
* 时间序列预测
1413
* 交通状态预测
1514
* 交通流量预测
1615
* 交通速度预测
1716
* 交通需求预测
18-
* OD矩阵预测
17+
* 起点-终点(OD)矩阵预测
18+
* 交通事故预测
1919
* 轨迹下一跳预测
20+
* 到达时间预测
2021
* 路网匹配
2122
* 路网表征学习
2223

2324
## Features
2425

2526
* **统一性**:LibCity 构建了一个系统的流水线以在一个统一的平台上实现、使用和评估交通预测模型。 我们设计了统一的时空数据存储格式、统一的模型实例化接口和标准的模型评估程序。
2627

27-
* **全面性**:复现覆盖 8 个交通预测任务的 54 个模型,形成了全面的模型库。 同时,LibCity 收集了 32 个不同来源的常用数据集,并实现了一系列常用的性能评估指标和策略。
28+
* **全面性**:复现覆盖 9 个交通预测任务的 60 个模型,形成了全面的模型库。 同时,LibCity 收集了 35 个不同来源的常用数据集,并实现了一系列常用的性能评估指标和策略。
2829

2930
* **可扩展性**:LibCity 实现了不同组件的模块化设计,允许用户灵活地加入自定义组件。 因此,新的研究人员可以在 LibCity 的支持下轻松开发新模型。
3031

@@ -65,13 +66,36 @@ python run_model.py --task traffic_state_pred --model GRU --dataset METR_LA
6566

6667
更多细节请访问 [文档](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/get_started/quick_start.html)
6768

69+
## Reproduced Model List
70+
71+
LibCity 中所复现的全部模型列表见[文档](https://bigscity-libcity-docs.readthedocs.io/en/latest/user_guide/model.html),在这里你可以看到模型的简称和对应的论文及引用文献。
72+
73+
## Tutorial
74+
75+
为了方便用户使用 LibCity,我们为用户提供了一些入门教程:
76+
77+
- 我们在 ACM SIGSPATIAL 2021 Main Track 以及 Local Track 上都进行了演讲,相关的演讲视频和Slide见我们的[主页](https://libcity.ai/#/tutorial)(中英文)。
78+
- 我们在文档中提供了入门级教程(中英文)。
79+
- [Install and quick start](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/install_quick_start.html) & [安装和快速上手](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/install_quick_start.html)
80+
- [Run an existing model in LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/run_model.html) & [运行LibCity中已复现的模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/run_model.html)
81+
- [Add a new model to LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/add_model.html) & [在LibCity中添加新模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/add_model.html)
82+
- [Tuning the model with automatic tool](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/hyper_tune.html) & [使用自动化工具调参](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/hyper_tune.html)
83+
- [Visualize Atomic Files](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/data_visualization.html) & [原子文件可视化](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/data_visualization.html)
84+
- 为了便于国内用户使用,我们在知乎上提供了入门教程(中文)。
85+
- [LibCity:一个统一、全面、可扩展的交通预测算法库](https://zhuanlan.zhihu.com/p/401186930)
86+
- [LibCity入门教程(1)——安装与快速上手](https://zhuanlan.zhihu.com/p/400814990)
87+
- [LibCity入门教程(2)——运行LibCity中已复现的模型](https://zhuanlan.zhihu.com/p/400819354)
88+
- [LibCity入门教程(3)——在LibCity中添加新模型](https://zhuanlan.zhihu.com/p/400821482)
89+
- [LibCity入门教程(4)—— 自动化调参工具](https://zhuanlan.zhihu.com/p/401190615)
90+
- [北航BIGSCity课题组提出LibCity工具库:城市时空预测深度学习开源平台](https://zhuanlan.zhihu.com/p/436191860)
91+
6892
## Contribution
6993

7094
LibCity 主要由北航智慧城市兴趣小组 ([BIGSCITY](https://www.bigcity.ai/)) 开发和维护。 该库的核心开发人员是 [@aptx1231](https://github.com/aptx1231)[@WenMellors](https://github.com/WenMellors)
7195

7296
若干共同开发者也参与了模型的复现,其贡献列表在 [贡献者列表](./contribution_list.md)
7397

74-
如果您遇到错误或有任何建议,请通过以下方式与我们联系: [提交issue](https://github.com/LibCity/Bigscity-LibCity/issues)
98+
如果您遇到错误或有任何建议,请通过 [提交issue](https://github.com/LibCity/Bigscity-LibCity/issues) 的方式与我们联系。您也可以通过发送邮件的方式联系我们,邮箱为[email protected]
7599

76100
## Cite
77101

0 commit comments

Comments
 (0)