Open TAO270 opened 6 years ago
In addition, the detection was performed in Linux, and the detector was trained with some gray images if possible, I was wondering why there is such a big difference. Thank you in advance.
Here is my own detector in format TXT. inria_detector_gray.txt
A new pedestrian detector was obtained by training using Piotr's toolbox, and then it was converted into .xml file via the function savetoxml(). However, when I used this .xml file to detect pedestrian in a picture including one person, I could not get the right result. So, I performed the same operation on the Matlab toolbox for the same picture, and the position of the person was correctly marked. C++ version. Matlab version