Closed cartoonkeng closed 3 years ago
👋 Hello @cartoonkeng, thank you for your interest in 🚀 YOLOv5! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution.
If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available.
For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at glenn.jocher@ultralytics.com.
Python 3.8 or later with all requirements.txt dependencies installed, including torch>=1.7
. To install run:
$ pip install -r requirements.txt
YOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training (train.py), testing (test.py), inference (detect.py) and export (export.py) on MacOS, Windows, and Ubuntu every 24 hours and on every commit.
I have the same issue on ubuntu 20.04 LTS and the errror message is the same.
Update 1: webcam works fine on MAC Update 2: Pytorch 1.8.1 + ubuntu = webcam does not work Pytorch 1.9 + ubuntu = webcam does not work Pytorch 1.8.1 + mac = webcam works Pytorch 1.9 + mac = webcam works
It seems to be a ubuntu issue
@josenxx @cartoonkeng this is a bug due to YouTube integration which was fixed in https://github.com/ultralytics/yolov5/pull/2818. Please git pull
or git clone
to receive this update and let us know if you have any other issues or feedback. Thank you!
@josenxx @cartoonkeng closing as duplicate of issue https://github.com/ultralytics/yolov5/issues/2810.
Please review existing issues prior to opening new ones, thank you!
Thank you all a lot I'll try
❔Question
I try to use 'python3 detect.py --source 0' for webcam detect but it's not work it give me output like this
Anyone know how to fix it?
Additional context