How to secure code and model weights on external access on Jetson Orin

I have a pytorch model running on Jetson Orin, which takes in some sensor data and provides output stream. I don’t want to loan it to external people for evaluation, and would not like them to get access to code and model weights.

How can I secure my work on Jetson Orin? Is there any set process to secure Jetson Orin?

Hi deepd,

Are you using the devkit or custom board for AGX Orin?
What’s your Jetpack version in use

Are they stored in rootfs?

Have you tried to enable disk-encryption to secure the data in rootfs on your board?

I am using devkit.