I am trying to run ultralytics yolo V5 on a xavier nx, but during execution it simply removes the installed torch and torchvision and replaces them with its versions which, unsurprisingly, do not work
There must be a way to prevent a system to download automatically packages, messing up the system
Using docker images are not a solution I am afraid
The problem happens when I run a python program I created. It just imports the libraries, and when it is time to import ultralytics, it starts to replace the librariers I have