aashishrai3799 / Towards-Realistic-Generative-3D-Face-Models

3D face model that can generate high-quality mesh and texture
Other
260 stars 22 forks source link

RuntimeError: Failed downloading url https://github.com/deepinsight/insightface/releases/download/v0.7/antelopev2.zip #6

Closed misakamage closed 11 months ago

misakamage commented 11 months ago

Thanks for your great work! I want to run your demo in colab. And I have put antelopev2.zip in /insightface/models. However, it still returns information indicating a failure to download the corresponding file. How should I resolve this issue?

aashishrai3799 commented 11 months ago

Hi, I'd suggest putting the model in ./insightface for the module to load it locally.

misakamage commented 11 months ago

Thank you for your reply! You mean I should put the model like this ? image