Hi MeltedLizard16
Maybe I'm missing something but gust add to your YOLO code :
from clearml import Dataset
my_files_folder = Dataset.get("dataset_id_here").get_local_copy()
what am I missing?
Hey guys! Could someone please help me with training YOLOv8 remotely with an already uploaded dataset? I cannot quite get it going. It would be very helpful if someone could share a sample script on training YOLOv8 remotely using an already uploaded dataset, other than what is already in the documentation.
Hi MeltedLizard16
Maybe I'm missing something but gust add to your YOLO code :
from clearml import Dataset
my_files_folder = Dataset.get("dataset_id_here").get_local_copy()
what am I missing?