How to get the path of data loaded in a datastore for yolo training in azure machine learning studio

Nazifi Peyman 0 Reputation points
2023-07-04T14:40:11.0533333+00:00

I created a data assets as yoloasset is conneted to my data store as yolostorefolder which is connected to my images in the yoloimages container of my blob storage container and the images and labels are under the following folder structure in the container of the blob storage:

datasets/train/images/
datasets/train/labels/
datasets/val/images/
datasets/val/labels/

now to be able to run a YOLO training I need to enter the paths for train and val folders in a config file in yolo, how can I get those paths to do a yolo training in a jupyter notebood with my azure machine learning subscription?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,337 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.