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

Why the loc_elevation is not updated in the env? #23

Open
ZuoJiaxing opened this issue Jul 7, 2020 · 1 comment
Open

Why the loc_elevation is not updated in the env? #23

ZuoJiaxing opened this issue Jul 7, 2020 · 1 comment

Comments

@ZuoJiaxing
Copy link

loc_heading = normalized_heading - base_heading

I'm curious about why the elevation of the navigable candidates is not updated as the heading, such as:
loc_heading = normalized_heading - base_heading
loc_elevation = normalized_elevation - base_elevation

@airsplay
Copy link
Owner

airsplay commented Jul 7, 2020

The normalization guarantees that the location is related to the current "front" view. In the paper of Speaker-Follower Models for Vision-and-Language Navigation, the "front" view is always set with elevation=0. We follow the practice here.

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