How to extract the image IBM Watson detected in the object detection model?

171 Views Asked by At

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!

1

There are 1 best solutions below

2
On

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.