How to load encrypted onnx models from board

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

How to load encrypted onnx models from board

942 Views
yafeiqi
Contributor I

Hi,

I'm trying to load encrypted onnx models on board, but in s32v234_sdk/include/airunner_public_importer.hpp I find all airunner::Loadxxx need aFilename which is the path to models and weights. 

On other boards, I often decrypt models into memory such as strings or char*, then load from memory, I wonder if airunner has this option to load models, and how to solver encrypt problems on this board.

Thanks!

0 Kudos
0 Replies