Some question about using dual DLA of jetson xavier nx

Hi,

1.
Technically, yes. But we don’t implement this kind of mechanism.
You can implement it by modifying the nvdsinfer source directly.

/opt/nvidia/deepstream/deepstream-5.0/sources/libs/nvdsinfer

2.
You can monitor the GPU utilization via tegrastats.
For DLA, please check the comment shared in below topic:

3.
The conversion is triggered automatically.
Deepstream supports ONNX, Caffe, uff, and tlt type models.

Thanks.