cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/autolabel \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "neuralNetwork": "yolov5" }'
{ "success": true, "error": "<string>", "results": [ { "label": "<string>", "x": 123, "y": 123, "width": 123, "height": 123 } ], "allLabels": [ "<string>" ] }
Classify an image using another neural network.
Project ID
Sample ID
yolov5
currentProject
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?