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

Regarding the issue of TopDownMultiChannel drawing #765

Open
pixeli99 opened this issue Oct 17, 2024 · 0 comments
Open

Regarding the issue of TopDownMultiChannel drawing #765

pixeli99 opened this issue Oct 17, 2024 · 0 comments

Comments

@pixeli99
Copy link

pixeli99 commented Oct 17, 2024

Hi, @QuanyiLi @pengzhenghao
Thanks to the authors for such great work. I have a few questions I would like to ask.

I feel it’s strange when I’m drawing the top-down obs; my parameters are as follows: why are the historical trajectory points of the vehicle not on the road? Is there a problem with the coordinate system?

return TopDownMultiChannel(
            self.config["vehicle_config"],
            False,
            False,
            frame_stack=3,
            post_stack=10,
            frame_skip=1,
            resolution=(self.config.obs_hw, self.config.obs_hw),
            max_distance=36,
        )

As you can see, the green dot should represent the vehicle's historical trajectory, but this coordinate seems strange? I feel like there might be an issue with the coordinates, but I'm not sure. Do you have any suggestions?
image

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

1 participant