I24-MOTION / VT_tools

Toolbox for creating spatiotemporal speed fields and generating virtual trajectories within these fields. Virtual trajectories are useful for analytics because they are smooth, complete, and can be generated at specific and uniform times. This code accompanies an article presented at IEEE-FISTS 2024 (Ji 2024).
https://i24motion.org
Other
3 stars 2 forks source link

Issue in the virtual_trajectory_generation.py #1

Closed junyi9 closed 7 months ago

junyi9 commented 7 months ago

Line75, t = round(t + update_rate, 3)

junyi9 commented 7 months ago

fixed