Skip to content

Commit

Permalink
Lower threshold in example
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jw-brooks committed Jan 16, 2024
1 parent 48998ba commit 0b2d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/runtime/run_train_and_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b2d242

Please sign in to comment.