Response Object
Response format
Response Object
Predicted Attributes
Example
{
"123": {
"Products": [
{
"bounding_box": [76.27632141113281,152.2967987060547,859.9697875976562,1097.4202880859375],
"category": {"description": ["dresses"],"prob": "0.67"},
"style": {"description": ["slip dress"],"prob": "0.87"},
"color": {"description": ["brown"],"prob": "0.25"},
...
},
{
"bounding_box": [[124.05464935302734,585.519775390625,376.329345703125,824.7747802734375]],
"category": {"description": ["bags"],"prob": "0.95"},
"style": {"description": ["clutches"],"prob": "0.87"},
"color": {"description": ["black"],"prob": "0.25"},
...
}
]
}
}Last updated