kevjshih

Results 7 comments of kevjshih

Yes, you can definitely do it. I have a working solution using a different set of variables for the W and H of d_O, eg. float(N,M,OH, OW) d_O. I also...

My code ended up looking something like follows. You absolutely want to check it for errors before using it. ``d_I(n, c, h, w) +=! ((h - r_kh >= 0) &&...

The problem here seems to be that caffe is compiled against the system version of opencv, but linking to the matlab version when running matcaffe. I was able to fix...

You can see the links when you run ls -alh. If file B is a symlink of some file A elsewhere, you'll see B -> A in the output. To...

I think I determined those three libraries by reading the stack trace (it's been a while so I don't quite recall).

Well the function name (imencode in this case) is in the stacktrace so you can pretty much throw it into a web query and see which library comes up.

@7LFB I'm not sure how much I can help. The general idea here is that you simply need to make sure the .so file being read while in MATLAB is...