Ask Your Question

twkim's profile - activity

2013-09-03 19:48:24 -0600 commented answer ocl/hog.cpp detecting rate in GPU mode

sorry. I had mistake to write. I was using OpenCV 2.4.5(I don't know why I was not using the lastest version... i had believed 2.4.5 is the lastest version without checking the version.. my fault). and using visual studio 2012(vc11) Have ever been testing Ocl with OpenCV 2.4.6 and Visual studio2012? Oppoesd to your opinion, now I am using hog.cpp of example ocl well in OpenCV2.4.4 and Visual studio 2012. In OpenCV homepage, version of 2.4.4 is used to testing implementation(http://docs.opencv.org/modules/ocl/doc/introduction.html). Desite not the lastest version of OpenCV, version 2.4.5 was not executable in ocl examples with my environment

2013-09-02 14:34:57 -0600 received badge  Self-Learner (source)
2013-09-02 10:46:09 -0600 answered a question ocl/hog.cpp detecting rate in GPU mode

Problem solved. If anyone encountered same problem, should use OpenCV version 2.4.4 and CMake with VC 2012 environment (before i was used OpenCV 2.5.4)

2013-08-30 01:58:08 -0600 asked a question ocl/hog.cpp detecting rate in GPU mode

I have been testing ocl/hog.cpp in my desktop with AMD Radeon HD 5700 Series using window7 64bit and visual studio 2012. But during executing, people detecting of GPU mode is not so good(very low detecting rate). In CPU mode (changed by m key), people detecting rate is good.

What should i do to get high detecting rate in GPU mode? Could you let me know how to improve detecting rate in GPU mode and show me the way in detail please?

Some information.. Both GPU and CPU mode is same parameters(scale, level number, threshold, etc...) and AMD GPU Device driver(AMP APP) is already install. As executing opencv_perf_ocld.exe, all of GPU performance is better than CPU's. GPU usage is checked. Also CMake is done and .dll file is made by solution build(OpenCV.sln)