Modification to get images instead of the images path

#2
by wnbilly - opened

If you need the images and not the path of the images in your dataset, just replace the 83th line "image_path" : datasets.Value("string") by "image_path" : datasets.Image()

Sign up or log in to comment