where is the DeepStream SDK Root?

I just installed Jetpack4.2 on Xavier.

I want to run yolo as mentioned in [url]https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/tree/master/yolo[/url]

It needs to DeepStream SDK Root to build the pulgin. So where is the DeepStream SDK Root by defaut?

Hi,

You will need to install DeepStream SDK first.
[url]https://developer.nvidia.com/embedded/deepstream-on-jetson-downloads[/url]

After installation, please update the deepstream source folder to the config file.
Thanks.

Thank you.

How to update the deepstream source folder to the config file?

By the way, the DeepStream SDK3.0 seems not support Jetpack4.2.

Hi,

YES. You will need to reflash the device with JetPack4.1.1.

After installation, please update the path here:
[url]https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/blob/master/Makefile.config#L32[/url]

Thanks.