Skip to content

Commit 35e98a9

Browse files
committed
50 -> 25
1 parent d3b880e commit 35e98a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/answer-modes/3-counting-detectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ detector = gl_exp.create_counting_detector(
1919

2020
Counting detectors should be provided with a query that asks "how many" objects are in the image.
2121

22-
A maximum count (of 50 or fewer) must be specified when creating a counting detector. This is the maximum number of objects that the detector will count in an image. Groundlight's ML models are optimized for counting up to 20 objects, but you can increase the maximum count to 50 if needed. If you have an application that requires counting more than 50 objects, please [contact us](mailto:[email protected]).
22+
A maximum count (of 25 or fewer) must be specified when creating a counting detector. This is the maximum number of objects that the detector will count in an image. Groundlight's ML models are optimized for counting up to 20 objects, but you can increase the maximum count to 25 if needed. If you have an application that requires counting more than 25 objects, please [contact us](mailto:[email protected]).
2323

2424
The `confidence_threshold` parameter sets the minimum confidence level required for the ML model's predictions. If the model's confidence falls below this threshold, the query will be sent for human review. Count detectors can have a `confidence_threshold` set to any value between `1/(max_count + 2)` and 1.
2525

0 commit comments

Comments
 (0)