You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training YOLOv8 in MATLAB and obtaining yolov8Det, I want to know if there is code or a method to extract the data of automatically generated images such as the ROC curve and confusion matrix from the runs folder generated by the Ultralytics library, save it to the workspace, and generate corresponding MATLAB figure windows for us to edit after the training code finishes running? I am using MATLAB2024b, with Python 3.11 and Ultralytics downloaded as recommended by you. Thank you very much for your help and answers.