We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your great work!
When I run “python run_seq2.py --cuda --n_iter 3 --skip 2”,I get the error as below:
ModuleNotFoundError: No module named 'models.gridNet'
Could you provide the gridNet.py file?
The text was updated successfully, but these errors were encountered:
I have the same problem. Please can you provide gridnet.py.
Sorry, something went wrong.
Hi, sorry for the inconvenience. I think just commenting out the 7th line in models/models.py will fix it. gridNet is deprecated from our code. thx!
Thanks for quick reply. I removed gridNet.
it asked for sintel.pytorch
FileNotFoundError: [Errno 2] No such file or directory: './trained_models/sintel.pytorch'
I download it from https://github.com/vt-vl-lab/pwc-net.pytorch/blob/master/models/sintel.pytorch
and it worked.
Thanks for sharing your great work.
No branches or pull requests
Thanks for your great work!
When I run “python run_seq2.py --cuda --n_iter 3 --skip 2”,I get the error as below:
ModuleNotFoundError: No module named 'models.gridNet'
Could you provide the gridNet.py file?
The text was updated successfully, but these errors were encountered: