kkk00714 / ASPILin

Apache License 2.0
4 stars 0 forks source link

visualization work #1

Open XiaoQiWorking opened 1 month ago

XiaoQiWorking commented 1 month ago

Hello,

Congratulations on the acceptance of your paper! I am very grateful for your willingness to share your excellent work. You have put in a lot of effort and dedication into this paper, and your hard work has paid off. I sincerely congratulate you.

I would like to inquire about the visualization work related to the interaction dataset in your code.My version is v1.2.I did not find tracks files (vehicle_tracks_000.csv, pedestrian_tracks_000.csv et al.). I only find scenario files like DR_CHN_Merging_ZS0_train.csv in the downloaded datasets. Neither visualize nor loading scripts work.I cannot visualize it.My email is wzk1779508@163.com. If you could clarify my doubts, I would be extremely grateful.

kkk00714 commented 1 month ago

Hello,

Congratulations on the acceptance of your paper! I am very grateful for your willingness to share your excellent work. You have put in a lot of effort and dedication into this paper, and your hard work has paid off. I sincerely congratulate you.

I would like to inquire about the visualization work related to the interaction dataset in your code.My version is v1.2.I did not find tracks files (vehicle_tracks_000.csv, pedestrian_tracks_000.csv et al.). I only find scenario files like DR_CHN_Merging_ZS0_train.csv in the downloaded datasets. Neither visualize nor loading scripts work.I cannot visualize it.My email is wzk1779508@163.com. If you could clarify my doubts, I would be extremely grateful.

Thanks for your kind words! As you have discovered, the official visualization code is actually intended for the INTERACTION dataset versions prior to v1.2. Each file, such as vehicle_tracks_000.csv, can be understood as a case within a scene dataset in version v1.2. In fact, the main focus of the official visualization code is on visualizing the map elements rather than the agent trajectories. In our code, we used the official code (i.e., map_vis_without_lanelet) for map visualization. You can adjust the visualization options for each map element within this file. As for the visualization of the trajectories, it is quite straightforward to implement, and I believe you can easily achieve this.

kkk00714 commented 1 month ago

Hello,

Congratulations on the acceptance of your paper! I am very grateful for your willingness to share your excellent work. You have put in a lot of effort and dedication into this paper, and your hard work has paid off. I sincerely congratulate you.

I would like to inquire about the visualization work related to the interaction dataset in your code.My version is v1.2.I did not find tracks files (vehicle_tracks_000.csv, pedestrian_tracks_000.csv et al.). I only find scenario files like DR_CHN_Merging_ZS0_train.csv in the downloaded datasets. Neither visualize nor loading scripts work.I cannot visualize it.My email is wzk1779508@163.com. If you could clarify my doubts, I would be extremely grateful.

A straightforward method is to generate a new CSV file for each case in the v1.2 data files and make simple modifications to the official source code to visualize both pedestrians and vehicles simultaneously. This way, you can directly use the official visualization code.

XiaoQiWorking commented 1 month ago

Hello, Congratulations on the acceptance of your paper! I am very grateful for your willingness to share your excellent work. You have put in a lot of effort and dedication into this paper, and your hard work has paid off. I sincerely congratulate you. I would like to inquire about the visualization work related to the interaction dataset in your code.My version is v1.2.I did not find tracks files (vehicle_tracks_000.csv, pedestrian_tracks_000.csv et al.). I only find scenario files like DR_CHN_Merging_ZS0_train.csv in the downloaded datasets. Neither visualize nor loading scripts work.I cannot visualize it.My email is wzk1779508@163.com. If you could clarify my doubts, I would be extremely grateful.

A straightforward method is to generate a new CSV file for each case in the v1.2 data files and make simple modifications to the official source code to visualize both pedestrians and vehicles simultaneously. This way, you can directly use the official visualization code.

Thank you very much for answering my questions. Your work is outstanding, and your responses are both sincere and professional. They have resolved my doubts. It is an honor to communicate and exchange ideas with you.