Chicken Estimation
Step by Step on How to Use Chicken Estimation
Parameters
In postman, send a POST to localhost:4004/NFFS-CMS/v1/chicken-estimation
{
"query": ["base64"],
"exemplars": ["base64", "base64", ...]
}
Response
Success
{
"job": {
"id": "20221020043031051e70403920ef4166736e95205fdc6c8f2b6f6dd4b5d7bc4efd78606ef5ab20bca",
"result": {
"analytic_type": "CHICKEN_ESTIMATION_PIPELINE",
"result": [
{
"chicken_estimation": {
"count": 417.9172668457031,
"heatmap": [[0.0, 0.01, ...], [0.02, 0.01, ...], ...]
}
}
],
"status": "success"
}
},
"message": "Chicken Estimation Success",
"ok": true
}
Error
{
"job": {
"id": "hex",
"result": null
},
"message": "string",
"ok": false
}
Last updated
Was this helpful?