ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.76k stars 16.35k forks source link

Installation on Windows 7 32 bits #13273

Open KnightInsight opened 2 months ago

KnightInsight commented 2 months ago

Search before asking

Question

Hi, may I know is yolov5 able to install on windows 7 32 bits?

Additional

No response

glenn-jocher commented 2 months ago

@KnightInsight yOLOv5 requires a 64-bit operating system. Windows 7 32-bit is not supported. For best results, please use a 64-bit OS.

KnightInsight commented 2 months ago

How about if I just want to load onnx model for detection? Is the library support?

glenn-jocher commented 2 months ago

@KnightInsight yes, YOLOv5 supports ONNX model inference. You can use the export.py script to convert your model to ONNX and then load it for detection.