artistic-videos icon indicating copy to clipboard operation
artistic-videos copied to clipboard

deepmatching GPU code

Open filmo opened this issue 8 years ago • 3 comments

As a side question, has anybody managed to get the deepmatching GPU code to compile on Ubuntu? It seems to have been written against some version of caffe/protobuf that no longer seem compatible once the SWIG code is compiled. Or perhaps I'm just really doing something wrong. I've beaten my head against it for a couple days now with zero progress.

I'm currently using the CPU static provided by the original author's site which works fine, but would love to be able to speed up the matching process.

filmo avatar Jan 29 '17 04:01 filmo

Hi. I am currently using DeepMatching for my master thesis and just managed to get the GPU version running on Ubuntu. Here is how I did it https://gist.github.com/WIStudent/08072e8dd41487d2dde7ce75eec3dcbf

WIStudent avatar Feb 02 '17 20:02 WIStudent

Awesome. Thanks. I'll give it a try later today. What performance boost did the GPU code give over the Numpy based CPU version ?

filmo avatar Feb 02 '17 20:02 filmo

I haven't done any performance tests yet, I just got it running yesterday.

WIStudent avatar Feb 02 '17 20:02 WIStudent