yolov5/utils/loggers
HighMans ffbce3858a
Fix confidence threshold for ClearML debug images (#9174)
* Fix confidence threshold

The confidence is converted to a percentage on line 144, but it is being compared to a default conf_threshold value of a decimal value instead of percent value.

Signed-off-by: HighMans <42877729+HighMans@users.noreply.github.com>

* Revert "Fix confidence threshold"

This reverts commit f84a09967f.

* Fix confidence comparison

Fix the confidence percentage is being compared to a decimal value.

Signed-off-by: HighMans <42877729+HighMans@users.noreply.github.com>
2022-08-27 01:39:11 +02:00
..
clearml Fix confidence threshold for ClearML debug images (#9174) 2022-08-27 01:39:11 +02:00
wandb ClearML experiment tracking integration (#8620) 2022-08-05 20:50:49 +02:00
__init__.py Add CSV logging to GenericLogger (#9128) 2022-08-24 12:31:50 +02:00