MaryamBoneh / Vehicle-Detection

Vehicle Detection Using Deep Learning and YOLO Algorithm
GNU General Public License v3.0
216 stars 46 forks source link

Running on RaspberryPi #1

Open wbinsalman opened 2 years ago

wbinsalman commented 2 years ago

Can you please help me set up your code on RaspberryPi? I'm not able to install torch and torchvision. Also, in ubuntu we are receiving one error: image

MaryamBoneh commented 2 years ago

@wbinsalman Convert your model to onnx or tflite then switch to Raspberry Pi. Do not install Torch directly on Raspberry Pi.

See this issue: https://github.com/ultralytics/yolov5/issues/251