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 98e18cf commit 0543bbdCopy full SHA for 0543bbd
apps/data-collection/backend/src/core/neural_network/prompts/nn_prompts_controller.py
@@ -50,7 +50,6 @@ def send_prompts_pair(
50
self._model_state.current_classes = class_names
51
52
def set_confidence_threshold(self, threshold: float):
53
- """Apply threshold update directly to the NN parser."""
54
self._parser.setConfidenceThreshold(threshold)
55
self._model_state.confidence_threshold = threshold
56
0 commit comments