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
Specifically speaking, I find OFFLINE configs in tools/cfgs/base_configs/default.yaml but fail to get access to PANORAMA_DIR and GPS_TO_PANO_PATH. How can I solve it?
PLATFORM:
STREET_VIEW:
SIZE: [ 640, 640 ]
HEADING: 0
PITCH: 0
FOV: 60
SOURCE: outdoor
MOVER:
WEB_DRIVER_PATH: /home/jihan/chromedriver
FILE_TEMPLATE: panorama_no_street_view_template
HEADLESS: False
# moving query mode
STREET_VIEW_QUERY: True
RADIUS_QUERY:
ENABLED: True
CONDITION_HEADING_RANGE: 30
MAX_RADIUS: 10
DELTA_RADIUS: 3
DELTA_HEADING: 45
HEADING_RANGE: 20
OFFLINE:
ENABLED: False
# for get street view
PANORAMA_DIR: None # /data/projects/VIRL_internal/output/snapshot/vln/all_panos
# for relocating points to panorama id
GPS_TO_PANO_PATH: None # /data/projects/VIRL_internal/output/snapshot/vln/gps_pano_mapping.pkl
# If the distance between two points is less than this value,
# they are considered the same point.
# Otherwise, will call the online method.
MAPPING_RADIUS: 5
# TODO: for nearby search
place_info_path: None
I am interested in the image data collection and processing of your excellent platform.
I notice that your project seems not providing offline configs but offline init method (in GoogleMapAPI class):
How can I run it offline and what data and configs is required?
Additionally, can I download street view images to local from google maps with your existed pipeline and how can I make it?
Looking foward to your reply and thanks a lot!
The text was updated successfully, but these errors were encountered: