Reputation: 1
I have created and trained an object detection model in IBM Watson studio to detect a specific part of images. I was wondering how would I then extract that detected image and store it as a separate image? Is there something built into IBM Watson that does this or would I have to use something else to integrate the model with? If I do have to use something else, what would that be and how would I do it?
Thank you in advance!
Upvotes: 0
Views: 227
Reputation: 597
IBM Watson doesn't have anything to do that extraction that I'm aware of. But a quick search showed a few utilities that can do that. The API returns the location
of the detected object as a bounding box with X and Y positions and width and height.
Upvotes: 0