I've trained an object detection model with custom vision, with data that I have labeled with the interface and I was wondering if I could export these labels. I looked around to see if we can but I didn't find any information about this. I have exported the model but now I want the labeled data. Does anyone have a clue on how to do this?
Thank you
The GetTaggedImages
method return all the images with their bounding boxes.