Minor fixes. Added ZED_CAMERA to the Makefile.

This commit is contained in:
AlexeyAB
2019-03-19 00:17:09 +03:00
parent 78fccc2588
commit 8bcba6c105
5 changed files with 17 additions and 4 deletions

View File

@ -304,6 +304,7 @@ LIB_API std::vector<bbox_t> Detector::detect(image_t img, float thresh, bool use
bbox.obj_id = obj_id;
bbox.prob = prob;
bbox.track_id = 0;
bbox.frames_counter = 0;
bbox.x_3d = NAN;
bbox.y_3d = NAN;
bbox.z_3d = NAN;