Download DSP Data
Download output from a DSP block over all data in the training set, already sliced in windows. In Numpy binary format.
curl --request GET \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/dsp-data/{dspId}/x/{category}?raw=SOME_BOOLEAN_VALUE' \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?