baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.23k stars 840 forks source link

ERROR: The certificate of ‘vision.middlebury.edu’ is not trusted. #97

Open JohnathonSimmons opened 4 years ago

JohnathonSimmons commented 4 years ago

I can ignore checking the cert, but would prefer it to be trusted.

baowenbo commented 4 years ago

Hi, would you show us the code snippet that checks the cert? Thank you.

JohnathonSimmons commented 4 years ago

The error occurs when doing this:

wget http://vision.middlebury.edu/flow/data/comp/zip/other-color-allframes.zip
cyberofficial commented 4 years ago

Depending on your system, as far as i know, if you are on Debian based system sudo apt-get install ca-certificates will install 99.99% of trusted certs

You could also do wget --no-check-certificate https://download/url to skip cert checking with wget