I noticed that the function zed.retrieve_objects(objects, obj_runtime_param) changes the result. I noticed that this happens when the bounding box (bounding_box_2d) of the prediction was
[[ 308 211]
[681 211]
[308 720]
[681 720]]
Since the resolution is 1280x720, I changed the result 720 to 719 and the algorithm works again. But I found this hack to be a bit problematic. Is there a other solution?
Version: pyzed 4.0