After training YOLOv8 in MATLAB and obtaining yolov8Det, I’m wondering if there’s a code snippet or method to extract the data of automatically generated images—such as ROC curves and confusion matrices—from the "runs" folder created by the Ultralytics library. I want to save this data to the workspace, and once the training code finishes running, generate corresponding MATLAB figure windows for further editing.
I’m using MATLAB 2024b, Python 3.11, and have downloaded the Ultralytics library as you recommended. Thank you very much for your help and answers.
I noticed that the results.csv file in the "runs" folder does not include data related to ROC curves, and the automatically generated ROC images in the folder do not meet the requirements for scientific plotting standards.Thank you for your answer