Replies: 1 comment
-
@pjdervan hello! In YOLOv8, the summary of detected classes and their counts is displayed by default in the CLI output after running inference. If you're using the If you're not seeing this information, please ensure you're using the latest version of YOLOv8 and that your custom dataset is properly configured with the correct class names. The output format is designed to be informative and should provide you with the class summary without additional configuration. For more detailed information on the Happy detecting! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I would like yolov8 to display the sum of each of the classes in an image on the CLI.
In yolov7 for example, when I run inference on a custom data set it displays something like this:
12 capacitor-sam2s, 5 capacitor-mur1s, 5 capacitor-mur2s, 1 rfid, 1 ntc, 2 resistor-packs, Done. (1513.7ms) Inference, (55.4ms) NMS
How do I do this with yolov8?
Beta Was this translation helpful? Give feedback.
All reactions