EscVM / OIDv4_ToolKit

Download and visualize single or multiple classes from the huge Open Images v4 dataset
GNU General Public License v3.0
809 stars 635 forks source link

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed #86

Open change2014 opened 4 years ago

change2014 commented 4 years ago

Not able to download images, attaching screenshot of the error image

jasonsbless commented 4 years ago

This workaround mentioned in the following discussion can temporarily fix the certificate problem raised in request.py.

https://stackoverflow.com/questions/35569042/ssl-certificate-verify-failed-with-python3

import ssl ssl._create_default_https_context = ssl._create_unverified_context