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

数据预处理 #16

Open
sybhdfw opened this issue Oct 17, 2023 · 1 comment
Open

数据预处理 #16

sybhdfw opened this issue Oct 17, 2023 · 1 comment

Comments

@sybhdfw
Copy link

sybhdfw commented Oct 17, 2023

您好,我在读您这篇文章代码的时候发现在处理目标车辆的历史轨迹数据与邻居车辆的历史轨迹数据时有 wholePeriod 参数,在处理目标车辆历史轨迹时wholePeriod参数置0,即以最后观察时刻为原点,在处理邻居车辆历史轨迹时wholePeriod参数置1,即用邻居车辆每一时刻的坐标减目标车辆对应时刻的坐标,这会使得邻居车辆与目标车辆不在同一坐标系中。所以为什么要在处理邻居车辆历史轨迹时将wholePeriod参数置1呢?

@sybhdfw sybhdfw closed this as completed Oct 17, 2023
@sybhdfw sybhdfw reopened this Oct 17, 2023
@LzyhzfOliver
Copy link

确实存在这个问题,两套坐标体系不同,是不是应该都以目标车辆最后观察时刻为原点?@sybhdfw

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