How can I use yolov5 or yolov7 without PyTorch?

I got Raspberry Pi 3B+ 32 bit. I can’t install PyTorch since it asks for 64 bit. Is there a way to use yolov5 or yolov7 without PyTorch or just install PyTorch somehow?

I tried to pip install requirements but got an error followed by “Couldn’t find a version that satisfies the requirement torch.”

  • using Google pytorch raspberry pi 3 32 bit I found repo pytorch-rpi on GItHub and there is some info about Raspberry 3 (32-bit) but I never tested it. I found also PyTorch Installation for Raspberry Pi 3B which explains how to install from source code.

    – 




Leave a Comment