Skip to content
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

Crash at raft_model #103

Open
pabst2009 opened this issue Mar 31, 2024 · 1 comment
Open

Crash at raft_model #103

pabst2009 opened this issue Mar 31, 2024 · 1 comment

Comments

@pabst2009
Copy link

Based on the Local installation guide for Linux-Ubuntu 22.04, I successfully installed warpfusion and ran run_linux.sh. The GPU used is Tesla T4.

When I opened stable_warpfusion.0.20.ipynb in Colab and connected to the local runtime, running Ctrl-F9 crashed at the "Generate optical flow and consistency maps" cell.

Due to the following error, I couldn't access the log:

Could not fetch resource at http://127.0.0.1:8888/api/contents/var/colab/app.log?token=****: 404 Not Found 
FetchError: Could not fetch resource at http://127.0.0.1:8888/api/contents/var/colab/app.log?token=****: 404 Not Found
404 GET /api/contents/var/colab/app.log?token=**** (127.0.0.1): No such file or directory: var/colab/app.log

I identified that the crash is happening at the following line:
flow21 = raft_model(frame_2, frame_1, num_flow_updates=num_flow_updates)[-1]

What could be the issue? How can I resolve it?

@Sxela
Copy link
Owner

Sxela commented May 4, 2024

probably to a different pytorch version, try to use the one that's installed by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants