How to do inference on dataset in a laptop?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to do inference on dataset in a laptop?

857 Views
Emin
Contributor III

I have implemented an image classifier model for MIMRTX1064 with SDK2.13. I have tested with int16 converted 2 images, with placing on image_data.h file. However, I would like to do inference on whole int16 converted 108 images. Thus, how can I setup a way that MIMRTX1064 will get input dataset from laptop during runtime instead of me placing inside image_data.h and compiling?

0 Kudos
Reply
1 Reply

847 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @Emin ,

You can use USB to send data. Please refer to usb_device_hid_generic or usb_device_msc_disk or usb_device_video_virtual_camera example. They are different USB class. You can select one of them. The usb_device_video_virtual_camera example send data from RT1060 to laptop. You should modify it to send data from laptop to RT1060.

 

Regards,

Jing

0 Kudos
Reply