Important Optimization Problem (Bug #4324)
Description
I tried the new OpenCV 3.0 RC1 for object detection. However the results were disappointing. I wrote the same code (with required changes) and compiled and ran on the same video and achieved the following results:
OpenCV2.4: 20 Seconds
OpenCV 3.0 RC1: 40 Seconds
It means 100% reduce in speed!
History
Updated by Vadim Pisarevsky almost 10 years ago
- Assignee set to Vadim Pisarevsky
- Category set to t-api
- Target version set to 3.1
- Difficulty set to Hard
Updated by Vadim Pisarevsky almost 10 years ago
could you please specify:
1. CPU
2. GPU
3. OS
4. compiler
5. the output from cmake if you build OpenCV from source code
6. the output from opencv_test_core (in the beginning it should print all the information about your OpenCL configuration)
Updated by Vadim Pisarevsky almost 10 years ago
- Status changed from New to Incomplete
Updated by Hossein Khosravi almost 10 years ago
I used precompiled binary dlls
Code is tested on Windows using CPU not GPU
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4985