-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot stat '/content/3DDFA_V2/crop_samples/img/*': No such file or directory #49
Comments
I have same error need solution of this problem |
On my local machine i installed numpy==1.23.5 which resolved the issue. numpy.long was removed in version 1.24.0 |
It doesn't work with numpy==1.23.5 as well |
I works for me with this version in Colab. |
I have run !pip install --force-reinstall numpy==1.23.5 cp: cannot stat '/content/3DDFA_V2/crop_samples/img/*': No such file or directory |
You have to run it AFTER the first cell. Like this:
|
am trying to follow tutorial video and run colab from:
https://colab.research.google.com/github/camenduru/PanoHead-colab/blob/main/PanoHead_custom_colab.ipynb#scrollTo=v9wpwlGfiX2e
after running second block of code, the following error is produced:
The text was updated successfully, but these errors were encountered: