Unanswered
Hi Folks!
I Am Trying To Create A Pipeline With Clearml And Ultralytics. While There'S Already Amazing Integration Among The Tools, I Found Some Difficulties Trying To Utilized All The Magic Features From Clearml. Specifically:
hmmm it seems that it is not the case. Neverthless, the following code works:
input_model: InputModel = InputModel.import_model(name="test_input", weights_url="model/yolov8n.pt")
task.connect(input_model)
model = YOLO(input_model.get_local_copy())
15 Views
0
Answers
one month ago
one month ago