traincascade application need to check after bug fixing in revision 2738 (Feature #155)


Added by Maria Dimashova about 15 years ago. Updated almost 16 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Maria Dimashova % Done:

0%

Category:imgproc, video
Target version:-
Difficulty: Pull request:

Description

Traincascade application was fixed in r2738.
Bug report was received from Christian Ries. Thanks him.
boost.cpp, lines 534-537:
if ( is_buf_16u )
icvSortUShAux( udst + fi*sample_count, sample_count, (float*)valCache.data );
else
icvSortIntAux( idst + fi*sample_count, sample_count, (float*)valCache.data );
Changes:
(float*)valCache.data to valCache.ptr<float>(fi).
These changes are most likely correct. Need to test.


Associated revisions

Revision e4fb6805
Added by Andrey Kamaev over 12 years ago

Merge pull request #155 from jet47/gpu-test-fix

Revision 997193aa
Added by Andrey Pavlenko almost 12 years ago

Merge pull request #155 from alalek:ocl_remap_3cn

History

Updated by Maria Dimashova almost 16 years ago

LBP cascade does not go in this condition (boost.cpp, line 525) because minNum == 0.
Two Haar cascades were trained (for r2737 and later ). Detection hit rate of later version is the same or even slightly better.

  • Status changed from Open to Done
  • (deleted custom field) set to fixed

Also available in: Atom PDF