*Hi, I am having problem when trying to upload custom weights. I was following the webpage, and got ‘ModuleNotFoundError: No module named ‘ultralytics.yolo’’:
Hence, I believe that the usage of ‘ultralytics.yolo.v8’ in the coding for uploading the weight is the problem. It should be changed to ‘ultralytics.models.yolo’ for newer version of ultralytics.