yoloV8+sahi
#1058
-
What should I do if I want to get Precision and Recall in yoloV8+sahi. Also from sahi.evaluation import get_coco_eval and from sahi.model import Yolov8DetectionModel show that they don't exist, are they changing references or is my import step wrong |
Beta Was this translation helpful? Give feedback.
Answered by
fcakyon
Jul 10, 2024
Replies: 1 comment
-
Hello @hushuyin, You can use this function: sahi/sahi/scripts/coco_evaluation.py Line 330 in 9113f38 or this cli command: https://github.com/obss/sahi/blob/main/docs/cli.md#coco-evaluate-command-usage |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fcakyon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @hushuyin,
You can use this function:
sahi/sahi/scripts/coco_evaluation.py
Line 330 in 9113f38
or this cli command: https://github.com/obss/sahi/blob/main/docs/cli.md#coco-evaluate-command-usage