yolov5 stops when plotting labels and displays Process finished with exit code 1

Recently, I was training the yolov5 model, but when executing train.py, the execution stopped until the plotting labels. Display error:

 Solution: comment out the second line in the traceback in the error message, and you can enter the training.

Guess you like

Origin blog.csdn.net/cxzgood/article/details/129308568