GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install on Jetpack 5

AhmadALBarqawi opened this issue · comments

I was wondering if this repository would work on the new version of Jetpack (Jetpack 5) for the Jetson Xavier NX. Would appreciate any feedback.

Hi have you tried to install on Jetpack 5? You can comment out the TensorFlow installation for now:

sudo -H pip3 install --no-cache-dir --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v$JP_VERSION tensorflow==$TF_VERSION+nv$NV_VERSION
Since different Jetpack versions require specific TensorFlow versions.

Also pull requests are appreciated.

I managed to get it to work way back but forgot to reply here, however I'm fairly new to github so what are pull requests?

I managed to get it to work way back but forgot to reply here, however I'm fairly new to github so what are pull requests?

Thanks for your update. Can you share what changes you made to get it to work? If you want to contribute to this repo, you can fork it, create a new branch, and merge your changes by submitting a pull request.