multi-object-tracker icon indicating copy to clipboard operation
multi-object-tracker copied to clipboard

Multiple objects tracker using openCV and dlib

Results 1 multi-object-tracker issues
Sort by recently updated
recently updated
newest added

when the object outof the frame, the pragram corrupted sometimes maybe in Tracker.cpp before line 479:(if (ptr.get()->isTargetInsideFrame(this->getFrameWidth(), this->getFrameHeight()) == FALSE)) will we added? if (ptr == nullptr) return SUCCESS;