Jetson inference Building from source

Hello. I have an idea of automation of jetson inference building. I followed this link (jetson-inference/building-repo-2.md at master · dusty-nv/jetson-inference · GitHub) for manual building, But there are parts of instruction, when user should select model, answer the question of installing Pytorch and etc. can these steps also be done without human interaction, meaning only with script. My idea is to use automation tools for repeating this process on a several Jetson Nanos at the same time.

Hi @ilgar, if you run cmake -DBUILD_INTERACTIVE=NO ../, then those prompts will be automatically skipped and the default models downloaded. You can see where this option is defined here:

https://github.com/dusty-nv/jetson-inference/blob/01a395892ecc8acdbec4d8e9d6e8ac676416a507/CMakeLists.txt#L28

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.