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, res_scale*): Assertion `res->res_map.pixels || !"error: ran out of memory before sgemm"' failed.
This looks like similar issue but there is no solution available yet, do you have any work around for this?
Thanks
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, res_scale*): Assertion `res->res_map.pixels || !"error: ran out of memory before sgemm"' failed.
This looks like similar issue but there is no solution available yet, do you have any work around for this?
Thanks