How to get the path of data loaded in a datastore for yolo training in azure machine learning studio
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?