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.

WEBENCH® Tools/TDA3XEVM: TDA3x

Part Number: TDA3XEVM

Tool/software: WEBENCH® Design Tools

Hi,

I am doing the vehicle detection with TDA3x,using the usecase of vip_single_cam_object_detection2(ACF+ADABOOST).

I use the opensource matlab code of  acfJacintoTrainTest.m. If I keep the  opts.modelDs and opts.modelDsPad as default(opts.modelDs=[56 24]; opts.modelDsPad=[64 64];)

it worked but the problem is that the vehicle  it detected  is the shape of a human.You can see the attached picture.

?????      I want to know how should I change the "  opts.modelDs and opts.modelDsPad" so that I can have the normal result,     ?????

and I am pretty sure that my procedure of using the external weights is correct because the human detection works perfect .