ObjLeft
ObjLeft copied to clipboard
Pedestrian detector is disabled?
In line 256 and 257 of ObjLeftDetect.cpp
/************************************************************************/
/* Pedestrian detector */
/************************************************************************/
for (int t = (retreval_time-1); t>=2; t--)
{
//_CBM_model->DetectPrevious_nForeground_HOG(t);
//_CBM_model->DetectPrevious_nForeground_DPM(t);
}
As so the DPM.avi recorded is basically empty, is there any reason for that?
The human detector is not integrated in the code base.