epicflow icon indicating copy to clipboard operation
epicflow copied to clipboard

error: ran out of memory before sgemm

Open chandu-97 opened this issue 7 years ago • 1 comments

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

chandu-97 avatar Sep 24 '17 11:09 chandu-97

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).

DonChong avatar Mar 19 '18 03:03 DonChong