How to convert the co-ordinates of bounding box returned by amazon aws face detect into open cv co-ordinates? As amazon aws just returns the bounding box co-ordinates not the image with box made around its face.
{u'BoundingBox': {u'Height': 0.45597776770591736,
u'Left': 0.16144350171089172,
u'Top': 0.21130676567554474,
u'Width': 0.5840455889701843},}
Suppose these are the bounding box co-ordinates of a image. Can Amazon aws can draw box around face ? if yes where can i get the python code?
download the recognized image and do the following with opencv