Auto Label An Image

Classify an image using another neural network.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/autolabel \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"neuralNetwork":"yolov5"}'

Last updated

Was this helpful?