How to use BaseValidator on Custom Dataset for OpenVINO Model #3512
Unanswered
Zakihran13
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Just validate normally: yolo val model=path/to/ov/model data=path/to/data.yaml |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hai,
i just wondering if you guys can help me, recently i use OpenVINO to play with YOLOv8n on custom object detection dataset. i want to validate the model in form of IR format with function that proposed in yolov8 tutorial from OpenVINO.
but, turns out my model cannot use the validatorclass module cause of custom dataset. here i try to modify the function using BaseValidator from yolo.engine module. it can pretty well running but returning empty value. can anyone help me whats going on in my code?
and when i try to retest again, it returning this error even tho i already updated the library...
thank you for helping me out...
Beta Was this translation helpful? Give feedback.
All reactions