face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

C++ implementation of your code

Open nishantkapur opened this issue 11 years ago • 1 comments

Greetings I have implemented code for testing in C++ opencv. Results are as good as your matlab implementation. My concern is that it consumes around 0.5sec per image in C++. I have used parallel programming at any step possible(for me). Can you please suggest some optimizations to make it fast?

PS :- I have also removed concatination of feats, cnodes from real time. I have concatinated then before i load the image. This resulted in decrease in computation time in real time but not as much i was expecting.

Thank You.

nishantkapur avatar Apr 01 '15 08:04 nishantkapur

@nishantkapur ,

it should not be that slow. I do not think the c++ implementation need to be similar to the matlab codes. Especially for feature extraction, much faster implementation can be achieved actually.

jwyang avatar Apr 01 '15 11:04 jwyang