Getting starting with Jetson TX2

Hello, I am new to Jetson TX2 and CUDA programming. I am doing a Surrounding View system using TX2. I bought JEtson TX2. But i dont know where to start. When i went through NVIDIA there are somany things like cuDNN, TensorRt, Tensorflow, CUDA C++ other SDKs. SO any one please help me to do solve this problem by giving some steps to start my projects. Also please give some steps to start on Jetson TX" like which all the things and tutorials i should study before starting this project.

Thanks in advance.

Hi,

You can find several tutorials here:
[url]Jetson TX2 - eLinux.org

Could you share what are you going to achieve with TX2?
Are you going to stitch images from the multiple camera sources?

Thanks.

Hello, Yes I am planning to take multiple images and try to make 360 degree view

Hi,

We don’t have high level vision sample for Jetson now.
You can check if OpenCV has the function you want.
[url]https://docs.opencv.org/trunk/d8/d19/tutorial_stitcher.html[/url]

Here is a script to build OpenCV from source for your reference:
[url]https://github.com/AastaNV/JEP/blob/master/script/install_opencv3.4.0.sh[/url]

Thanks.