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

faster optical flow #8

Merged
merged 3 commits into from
Jan 6, 2018
Merged

Conversation

schwittlick
Copy link
Contributor

No description provided.

@schwittlick
Copy link
Contributor Author

I removed deepmatching completely.. No idea what this was for tbh.

@zeruniverse
Copy link
Owner

zeruniverse commented Dec 12, 2017 via email

@zeruniverse
Copy link
Owner

@Mrzl I encountered an error on my computer:

[jeffery@JefferyPC tmp]$ chmod 777 run_OF_RGB 
[jeffery@JefferyPC tmp]$ ./run_OF_RGB 
./run_OF_RGB: error while loading shared libraries: libopencv_highgui.so.2.4: cannot open shared object file: No such file or directory

I would suggest to write a documentation about how to compile run_OF_RGB

@schwittlick
Copy link
Contributor Author

Yeah, I agree. Can you try one short test before, please. Just install opencv

sudo apt install libopencv*

Possibly that might already work out.. Possibly there's another one missing after that, let's try. If this gets too complicated, I'd write up a short documentation and we're set.

@zeruniverse
Copy link
Owner

Sorry I was on vacation these days. I think it’s good to write a doc about the compiling anyway since Ubuntu is not the only target system (and linked library path might be different in other systems)

@zeruniverse zeruniverse merged commit 3ccca7c into zeruniverse:master Jan 6, 2018
@zeruniverse
Copy link
Owner

I missed your point. Sorry. deepmatching is needed for deepflow

@Lyken17
Copy link
Collaborator

Lyken17 commented Jan 6, 2018

After a recent group meeting, I realize the deep match + deepflow is not necessary -- which can be replaced with other end-to-end optical flow estimators, e.g. FlowNet. If I have time this semester, I will rewrite the code and release a PyTorch version.

@matanox
Copy link

matanox commented Jul 26, 2021

I wonder if I can get this stage running currently on a box with a newer version of OpenCV.

./run_OF_RGB: error while loading shared libraries: libopencv_highgui.so.2.4: cannot open shared object file: No such file or directory
Exception EFilterIncompatibleSize: Initial container size: 0  Resulting container size: 0

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

Successfully merging this pull request may close these issues.

4 participants