mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor fixes. Added ZED_CAMERA to the Makefile.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user