yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.33k stars 1.04k forks source link

Update download_example_data.sh #137

Open limaolin2017 opened 3 months ago

limaolin2017 commented 3 months ago

For the error message indicates that wget is unable to verify the SSL certificate of the cseweb.ucsd.edu website, which is causing the download to fail. This is because the certificate is issued by InCommon RSA Server CA 2, which is not a trusted certificate authority by default.