VIRL-Platform / VIRL

(ECCV 2024) Code for V-IRL: Grounding Virtual Intelligence in Real Life
https://virl-platform.github.io/
317 stars 13 forks source link

Requesting help, thank you #4

Open lswmstu opened 4 months ago

lswmstu commented 4 months ago

Amazing work on the VIRL project ! Can this project be realized with Baidu Map or Gaode Map of Chinese Mainland?

jihanyang commented 4 months ago

Hello,

Thanks for your interest in our work.

Google Map does not provide street view data in China mainland. If you want to use Baidu Map, you can check here: https://lbsyun.baidu.com/products/panoramic. If you can implement all methods in this file https://github.com/VIRL-Platform/VIRL/blob/main/virl/platform/google_map_apis.py with Baidu Map apis, V-IRL should then workable on Baidu Map.

lswmstu commented 4 months ago

Thank you very much!