vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.91k stars 1.11k forks source link

Issue in Google Colab - filebox.ece.vt.edu's certificate error #110

Closed ghost closed 3 years ago

ghost commented 3 years ago

Issue in Google Colab after copying the notebook to my own google drive:

ERROR: cannot verify filebox.ece.vt.edu's certificate, issued by ‘CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US’:
  Issued certificate has expired.
To connect to filebox.ece.vt.edu insecurely, use `--no-check-certificate'.

Resolved by reupload the download.sh adding --no-check-certificate on each wget line:

echo "downloading from filebox ..."
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/color-model.pth
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/depth-model.pth
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/edge-model.pth
wget --no-check-certificate https://filebox.ece.vt.edu/~jbhuang/project/3DPhoto/model/model.pt

Thank you so much, great project !

CharStiles commented 3 years ago

also having this error running it in AWS