Hi,
I am working on a some sensor processing and Machine Learning and would like to deploy my code on TX2. I have some questions about starting with TX2 like.
-
Between python and C++, which language should be used to write code for Tx2. My application code is in python but could it be worth it to invest in C++ as the code could be faster ?
-
Which libraries are supported for C++ and for python. Can one also install new python libraries other than the ones available in jetpack by cross compiling. The same question for C++, can other libraries be cross compiled for TX2’s arm processor and GPU.