We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db228a commit 8a6908cCopy full SHA for 8a6908c
docs/source/en/model_doc/grounding-dino.md
@@ -70,7 +70,7 @@ Here's how to use the model for zero-shot object detection:
70
>>> results = processor.post_process_grounded_object_detection(
71
... outputs,
72
... inputs.input_ids,
73
-... box_threshold=0.4,
+... threshold=0.4,
74
... text_threshold=0.3,
75
... target_sizes=[image.size[::-1]]
76
... )
0 commit comments