Why:
Show Bounding Boxes is an API that given a blank image and JSON with bounding boxes will return the image with the bounding boxes drawn.
It is useful for checking the bounding boxes of the decorated images are detected correctly.
How:
We are image processing to draw the bounding boxes in the image.
The service is available as a GET verb API call.
The API call returns directly the image with the bounding boxes drawn.