GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.12k stars 256 forks source link

Install on Jetpack 5 #259

Open AhmadALBarqawi opened 1 year ago

AhmadALBarqawi commented 1 year ago

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.

GeekAlexis commented 1 year ago

Hi have you tried to install on Jetpack 5? You can comment out the TensorFlow installation for now: https://github.com/GeekAlexis/FastMOT/blob/94c10a669485d138267b633e30ca1e577f2b1a21/scripts/install_jetson.sh#L37 Since different Jetpack versions require specific TensorFlow versions.

Also pull requests are appreciated.

AhmadALBarqawi commented 1 year ago

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?

GeekAlexis commented 1 year ago

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.