Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

发现一个可能的问题 #18

@Li-Hongda

Description

@Li-Hongda

这里 ego_box的shape为n*7, 这里的操作是对ego_box添加一个偏移,应该是这样吧,并且第6项正好是YAW。

        ego_box[:, 0] += offset * torch.cos(ego_box[:, 6])
        ego_box[:, 1] += offset * torch.sin(ego_box[:, 6])

这样逻辑上才说得通吧,不然其实只有第0个和第1个box实装了偏移量。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions