epicflow
epicflow copied to clipboard
A Matlab wrapper for EpicFlow
Hi, Is it possible to upload testing collaterals so that we can verify that the program has been built successfully end-to-end ? Thank you so much!
Tried this `I1_eq_path = '../I1_eq.png';` `I2_eq_path = '../I2_eq.png';` `flow_save_path = '../flow.flo';` `f = get_epicflow(I1_eq_path, I2_eq_path, flow_save_path);` but got this error deepmatching-static:** conv.cpp:710: void fastconv(float_image*, float_layers*, int, int, int, float, int,...
I want to complie the Epicflow code by myself. (macOS 10.12) but I get this error (The error is same using the original Makefile): `image.c:214:36: error: cannot convert between vector...
Hi @suhangpro , Thank you for your code. I have downloaded your code and use provided test code to generate optical flow of two images. I just choose two frames...