Track Objects

Track objects between two samples. Source sample should have bounding boxes set.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/track-objects \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"sourceSampleId":0,"nextSampleId":0}'

Last updated

Was this helpful?