ObjLeft icon indicating copy to clipboard operation
ObjLeft copied to clipboard

Pedestrian detector is disabled?

Open vincentcheng62 opened this issue 4 years ago • 1 comments

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?

vincentcheng62 avatar Apr 07 '20 02:04 vincentcheng62

The human detector is not integrated in the code base.

kevinlin311tw avatar Apr 07 '20 18:04 kevinlin311tw