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

The problem of model feature extraction from decoder #62

Open
pisces365 opened this issue Jun 28, 2024 · 3 comments
Open

The problem of model feature extraction from decoder #62

pisces365 opened this issue Jun 28, 2024 · 3 comments

Comments

@pisces365
Copy link

Hello, thank you for your excellent work. In memfuser.py, how are 2500 and 2501:2506 determined in the features queried from decoder?

        traffic_feature = hs[:, :2500]
        traffic_light_state_feature = hs[:, 2500]
        stop_sign_feature = hs[:, 2500]
        waypoints_feature = hs[:, 2501:2506]

Thanks!

@deepcs233
Copy link
Collaborator

Hi!

Sorry for the late reply. I've been very busy lately.

The five features represent the query tokens for the next five waypoints. Waypoints are the coordinates that the autonomous vehicle must reach at specific times.

@pisces365
Copy link
Author

Thank you for your reply! By the way, I have another question. How was the number 2500 determined and where is the detailed explanation? @deepcs233

@deepcs233
Copy link
Collaborator

Hi!

The number 2500 comes from the 50 $\times$ 50 BEV feature map size.

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