This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2PXEVM: Regarding the accuracy of the Pedestrian Detection algorithm

Part Number: TDA2PXEVM

Tool/software: Linux

Hi,

I'm testing Object Detection of your algorithm.

The detection of vehicle is good for test but the detection of the pedestrian is not good.

It detects the trees like pedestrian.

How can I tune the parameters value?

I adjust the below value but the result is not good.


pObj->inArgs.pdConfig.softCascadeThPD = 0;

pObj->inArgs.pdConfig.strongCascadeThPD = 1;

// pObj->inArgs.pdConfig.strongCascadeThPD = -1;
// pObj->inArgs.pdConfig.strongCascadeThPD = 0;

Regards,

Heechang