Last updated 12 months ago
Was this helpful?
Classify an image using another neural network.
Project ID
Sample ID
yolov5
currentProject
POST /v1/api/{projectId}/raw-data/{sampleId}/autolabel HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 26 { "neuralNetwork": "yolov5" }
OK
{ "success": true, "error": "text", "results": [ { "label": "text", "x": 1, "y": 1, "width": 1, "height": 1 } ], "allLabels": [ "text" ] }