Skip to content

Commit 0543bbd

Browse files
author
Ivan Dudnyk
committed
removed unneded comment
1 parent 98e18cf commit 0543bbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/data-collection/backend/src/core/neural_network/prompts/nn_prompts_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def send_prompts_pair(
5050
self._model_state.current_classes = class_names
5151

5252
def set_confidence_threshold(self, threshold: float):
53-
"""Apply threshold update directly to the NN parser."""
5453
self._parser.setConfidenceThreshold(threshold)
5554
self._model_state.confidence_threshold = threshold
5655

0 commit comments

Comments
 (0)