Description
Hi all,
I recently purchased a new Jetson AGX Carrier board from auvidea (x221). My requirement is to get FastMOT (GitHub - GeekAlexis/FastMOT: High-performance multiple object tracking based on YOLO, Deep SORT, and KLT π) running on this board.
The latest firmware available to me from Auvidea only supports Jetpack OS 4.6, which I have successfully installed.
The issue comes when installing requirements for FastMOT, I can successfully install all dependencies aside from:
- Scipy >= 1.5
- TensorFlow < 2.0 (for SSD support)
Scipy requires python version 3.8 or higher, so I have set up a virtual environment running python3.8 and installed successfully.
As far as I can find, Nvidiaβs Tensorflow Containers for Jetpack 4.6 all require python3.6. I am yet to find a version that will install in my virtual environment. I have successfully installed an Nvidia Tensorflow Container outside of my virtual environment however this doesnt help me as it is running on python3.6.
Any ideas how I can resolve this?
Environment
GPU Type: Jetson AGX Xavier
CUDA Version: 10.2
CUDNN Version: 10.2
Operating System + Version: Jetpack 4.6
Python Version (if applicable): 3.6.9/3.8