GeekAlexis / FastMOT

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

How to run it locally ? #211

Closed Adblu closed 2 years ago

Adblu commented 2 years ago

I have seen users running this code on local pc, not on xavier. When I'm trying to run it, I have error:

ModuleNotFoundError: No module named 'tensorrt'

Even tho it is installed.

What am I missing ? how to run it locally ?

GeekAlexis commented 2 years ago

You need to use the docker image. README is there for a reason.