Evaluation of model on test set #3461
Replies: 1 comment
-
@aus10powell hello! For evaluating your YOLOv8 model on a test set, you can use the same When you run the |
Beta Was this translation helpful? Give feedback.
-
@aus10powell hello! For evaluating your YOLOv8 model on a test set, you can use the same When you run the |
Beta Was this translation helpful? Give feedback.
-
I am aware that there is a method, model.val() to retrieve metrics on the validation dataset. However I haven't be able find a method for a test set, e.g. model.evaluate(config='test.yaml'). This would be useful when evaluation of performance on production datasets, or new datasets that are not in original distribution.
Beta Was this translation helpful? Give feedback.
All reactions