epicflow
epicflow copied to clipboard
error: ran out of memory before sgemm
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
Increase memory can solve this problem, but you will got this error "Segmentation fault". This demo does not work for large size images(800*600 or larger).