facebookresearch / OrienterNet

Source Code for Paper "OrienterNet Visual Localization in 2D Public Maps with Neural Matching"
Other
447 stars 44 forks source link

about urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nominatim.openstreetmap.org', port=443): Max retries exceeded with url: /search?q=ETH+CAB+Zurich&format=json&limit=1 (Caused by ReadTimeoutError("HTTPSConnectionPool(host='nominatim.openstreetmap.org', port=443): Read timed out. (read timeout=1)")) #7

Open yicocc opened 1 year ago

yicocc commented 1 year ago

hello ,I have some questions to ask for you ,when I run this demo.ipynb,I have met this question , / image Thus ,I need your guidance and reply .Thanks!

sarlinpe commented 1 year ago

This is a problem with geopy, it looks identical to https://github.com/geopy/geopy/issues/545. Does changing the user_agent to e.g. orienternet-yicocc solve the issue? If so someone is over-using the demo.

https://github.com/facebookresearch/OrienterNet/blob/8a30494c128bf8450d1520057c19d808dde9edc5/maploc/demo.py#L22-L22

zyk516 commented 7 months ago

I tried to change the user_agent to orienternet-yicocc,but it did not solve this issue. Could you help me please?Thanks