Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time image recognition in Google Colab problem #13326

Open
1 task done
mamasha-bt opened this issue Sep 21, 2024 · 1 comment
Open
1 task done

Real time image recognition in Google Colab problem #13326

mamasha-bt opened this issue Sep 21, 2024 · 1 comment
Labels
question Further information is requested

Comments

@mamasha-bt
Copy link

Search before asking

Question

I have trained YOLOv5 model in Google Colab on custom dataset, have got access to my webcam, but I don't know how to run object detection in real time from webcam in Google Colab. Please, help

Additional

No response

@mamasha-bt mamasha-bt added the question Further information is requested label Sep 21, 2024
@UltralyticsAssistant
Copy link
Member

UltralyticsAssistant commented Sep 21, 2024

👋 Hello @mamasha-bt, thank you for your interest in YOLOv5 🚀!

I'm here with an automated response to assist you. An Ultralytics engineer will follow up soon. In the meantime, you can explore our ⭐️ Tutorials, where you'll find guides on Custom Data Training and more.

If this is a 🐛 Bug Report, please ensure to provide a minimum reproducible example to help diagnose the issue.

For your custom training ❓ Question, I recommend sharing more details, such as any error messages or logs, to get the most accurate help.

Requirements

Python>=3.8.0 with all requirements.txt installed, including PyTorch>=1.8. Start by running:

git clone https://github.com/ultralytics/yolov5  # clone
cd yolov5
pip install -r requirements.txt  # install

Environments

YOLOv5 can run in these verified environments, complete with necessary dependencies:

Status

YOLOv5 CI

A green badge indicates all YOLOv5 GitHub Actions CI tests are currently successful, confirming the correct operation of YOLOv5.

Introducing YOLOv8 🚀

Check out YOLOv8, our latest state-of-the-art model designed for object detection, image segmentation, and classification. Learn more in the YOLOv8 Docs and get started:

pip install ultralytics

Feel free to provide additional details if needed!

@mamasha-bt mamasha-bt changed the title Problem Real time image recognition in Google Colab problem Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants