UCF-SST-Lab / UCF-SST-CitySim1-Dataset

Official github page of UCF SST CitySim Dataset
http://ucfsst.com
Apache License 2.0
353 stars 60 forks source link

Freeway B (Basic Segment) data #9

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello!

Thanks for sharing!

Currently I am using the Freeway B (Basic Segment) data. When plotting the vehicle trajectories using carCenterXft and carCenterXft, it is found that in some continuous time steps, X or Y maintains unchanged. For example, the trajectory of vehicle 6268 in FreewayB-01.csv is visualized. You can see there are some horizontal/vertical lines. Could you please help me figure it out?

Thanks.

image

ozheng1993 commented 1 year ago

Hello!

I have checked the video, and the freeway B is not a parallel road; there is a certain slope. And we give the raw trajectory data, which will have some vibration from the drone flight. So you will need to apply some smooth functions to this trajectory data. In addition, Your Y axis is from 314 to 324, about 10 feet, but your X is from 1400 to 2400, about 1000 feet; this may magnify this vibration.