Last updated 11 months ago
Was this helpful?
Classify an image using another neural network.
Project ID
Sample ID
yolov5
currentProject
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/autolabel' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "neuralNetwork": "yolov5" }'
{ "success": true, "error": "text", "results": [ { "label": "text", "x": 1, "y": 1, "width": 1, "height": 1 } ], "allLabels": [ "text" ] }