RuntimeError: Failed downloading url https://github.com/deepinsight/insightface/releases/download/v0.7/antelopev2.zip
misakamage opened this issue · 2 comments
misakamage commented
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
Hi, I'd suggest putting the model in ./insightface for the module to load it locally.
misakamage commented