Deepview RT. Comminucating with target MIMXRT1170 EVB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Deepview RT. Comminucating with target MIMXRT1170 EVB

1,142 次查看
marc_nxp_community
Contributor I

This is for mcuxpresso project application evkmimxrt1170_deepviewrt_modelrunner_cm7 loaded on the target.
Is there a curl command to download a model_file.rtm to the target?
Similar to the curl command used to download an image.jpg and run infer.
curl -D - -XPOST -H 'Accept: text/plain' -H 'Content-Type: image/*' --data-binary '@shark.jpg' 'http://192.168.1.51:10818/v1?run=1'

0 项奖励
1 回复

1,032 次查看
david_piskula
NXP Employee
NXP Employee

Hello marc, to load a model, you need to use the ModelClient API, as described in the DeepViewRT documentation. The application doesn't support a simple curl call to upload a new model.

Regards,

David

0 项奖励