Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
probicheaux committed Mar 26, 2024
1 parent cb5010b commit 1058bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/core/entities/requests/groundingdino.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class GroundingDINOInferenceRequest(DynamicClassBaseInferenceRequest):
box_threshold: Optional[float] = 0.5
grounding_dino_version_id: Optional[str] = "default"
text_threshold: Optional[float] = 0.5
class_agnostic_nms: Optional[bool] = CLASS_AGNOSTIC_NMS
class_agnostic_nms: Optional[bool] = CLASS_AGNOSTIC_NMS

0 comments on commit 1058bcd

Please sign in to comment.