-
I am successfully cloning this repo and RAFT, installing required dependencies, and then downloading the required models, but when running the script to execute Optical Flow Computations through compute_flow.py, I keep throwing this error:
I have tried reinstalling the application, but it does not fix the issue. Any tips (beyond recommending I wait for the extension, I'm a bit far into this and want to see success here)? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Based on the error message I'm guessing that there is a problem with Qt library that opencv relies on. You could try reinstalling the Qt library and its dependencies, or delete everything related to opencv and reinstalling it instead. Btw, do you have any graphical interface on the system you are trying to run the script? |
Beta Was this translation helpful? Give feedback.
There are some cv window showing current progress that might work incorrectly without a graphical interface. There are VISUALIZE parameter in the scripts, try to set it to False and run the script again. This might also negotiate the issue.