You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
R2R-EnvDrop/r2r_src/env.py
Line 265 in c416108
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
The text was updated successfully, but these errors were encountered: