I worked before with the Xavier NX (8gb) and I bought last week a Orin NX (recomputer from Seeed), 16gb version.
Testing the performances of the board I have same results than on a Xavier NX (sometimes better with the Xavier…), with SSD Mobilenet (INT8 and FP16) and yolov5 (s and m6 for now). I’m very disappointed about these results, has anyone made a comparison of the 2 boards?
I checked the GPU activity which works at around 90% all the time.
Also when using Jtop I can see the 2 DLAs in off mode, how can I enable them?
Yes it works better now, I was in the mode 25w shame on me ;)
I have approximately twice better performances now, can you tell me how to activate the 2 DLAs ?
Do you run the inference with TensorRT?
If yes, you can put the model to DLA by using --useDLACore=[ID].
When the throttling message occurs, the system will reduce the clock automatically to protect the device.
If most of your tasks run on GPU, you can set up a manual clock mode and adjust the CPU clock to avoid the message.