Jetson

Hi I have a question about the Jetson device. I am working on a project using the Jetson AGX Orin Developer Kit to run DetectNet. jetson-inference/docs/detectnet-console-2.md at master · dusty-nv/jetson-inference · GitHub We are planning on getting another low powered jetson to run the same DetectNet algorithm. We are looking into 900-13701-0040-000 | Jetson AGX Orin 32GB Module, but we are unsure if the low powered one can run the CV algorithm. Could you please help me with more info on this?

You can try with Tegrastats to know the system memory usage to know if the AGX Orin 32GB module is enough for your use case:

Tegrastats Utility — NVIDIA Jetson Linux Developer Guide 1 documentation

This is the output from the existing Jetson AGX Orin Developer Kit running DetectNet. How do I figure out if Jetson AGX Orin 32GB Module would be sufficient. Thank you!

You should check the RAM usage to know, you can refer to the doc for the definition of each item.
From the log you attached, that’s 55xx/30623MB, that seems 32GB module is enough.