Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find data files #29

Open
FeiH36 opened this issue Nov 26, 2020 · 1 comment
Open

Can't find data files #29

FeiH36 opened this issue Nov 26, 2020 · 1 comment

Comments

@FeiH36
Copy link

FeiH36 commented Nov 26, 2020

As written in dataloader.py (shown as below), these data files, such as event_link_set_beijing_1km, event_traffic_beijing_1km_mv_avg_15min_completion.pkl, etc., can't be found in BaiduTraffic and dataset (which are got from https://ai.baidu.com/broad/download?dataset=traffic)

event_set_file = open(config.data_path + "event_link_set_beijing_1km", "r")
traffic_data_file = open(config.data_path + "event_traffic_beijing_1km_mv_avg_15min_completion.pkl", "rb")

  1. Could you give suggestions on how to get these files?
  2. Is there a brief of use steps?

Thanks.

@JingqingZ
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants