diff --git a/examples/runtime/run_train_and_inference.py b/examples/runtime/run_train_and_inference.py index d48c57e..b5bd52e 100644 --- a/examples/runtime/run_train_and_inference.py +++ b/examples/runtime/run_train_and_inference.py @@ -84,7 +84,7 @@ im_bytes = f.read() request = objectdetectiontaskrequest_pb2.ObjectDetectionTaskRequest( inputs=im_bytes, - threshold=0.5, + threshold=0.0, ) inference_stub = computervisionservice_pb2_grpc.ComputerVisionServiceStub( channel=channel