Just a reminder for me on the steps to install certain libraries on Jetson TX2 with Jetpack 4.2.2.
1. Install Jetpack 4.2.2 with Tensorflow 1.14 checked.
2. sudo apt update
3. sudo apt install -y libblas-dev liblapack-dev git cmake gfortran libatlas-base-dev libfreetype6-dev
4. sudo apt autor…