IWR6843AOP: CNN in IWR6843AOP

Part Number: IWR6843AOP

Tool/software:

Hi,

I am currently using a CNN model.

I would like to ask if the model generated after Python training can be put into CCS for continued use.

Is there any document guidance?

Can IWR6843AOP use Neuro?

Thank you.

Best,

Jintao.

  • Hi Jintao, 

    Just to clarify, are you asking about integrating the trained neural network model with the code running on the device? There is no document to reference for this process. Right now we have three example demos which integrate neural network models running on the device. These demos are the gesture recognition demo, the surface classification demo, and human vs nonhuman classification in the motion and presence detection demo. You can refer to the source code for each of these example demos. The feasibility of this will also depend on the size and complexity of the network. In the demos I mentioned previously we have used simple ANNs or 1D CNNs. You may find that for more complex/larger networks there would not be sufficient memory or computation resources to run the model on the device. 

    Best Regards,

    Josh

  • Thanks for your reply!

    So it is still uncertain whether the trained model can be converted and used on IWR6843AOP?

    Best,

    Jintao.

  • Hi Jintao, 

    We can not say for certain whether any arbitrary model could be run on the device. As mentioned we have some examples of this and you could certainly try implementing your model on the device in a similar method to what is done in the mentioned examples.

    Best Regards,

    Josh