To use the model on cloud via API, you need the following information.
*f5254c1399106f64b05dbb17f70559a1aa31b1ceccd5cb70c4350ad99504c012**<https://api-dev.dataxquad.com/aicore/v1/*>Input list with description
file (Others - jpg, png, jpeg, mp4, mov): Images or videos of the wall taken by the camerasize (String): Reset the resolution of the input imageconf_thres (Float): The confidence threshold, range is 0~1iou_thres (Float): NMS IoU threshold, range is 0~1line_thickness (Integer): The thickness of the line of the polygon, range is 1~10hide_labels (Boolean): Whether to show labelshide_conf (Boolean): Whether to show a confidence levelExample request body:
{
"provider": "rep",
"version": "f5254c1399106f64b05dbb17f70559a1aa31b1ceccd5cb70c4350ad99504c012",
"input": {
"file": "<https://www.forbes.com/uk/advisor/wp-content/uploads/2022/08/pexels-monstera-7794439.jpg>",
"size": "640", // ["640", "720", "1280"]
"conf_thres": 0.25,
"iou_thres": 0.45,
"line_thickness": 3,
"hide_labels": true,
"hide_conf": false
}
}