Object Detection with Pre-trained Ultralytics YOLOv8 Model | Episode 1

preview_player
Показать описание
Welcome to the exciting world of Ultralytics YOLOv8!

In the first video of our new series, you'll join Nicolai Nielsen, as he uncovers the immense potential of the pre-trained YOLOv8 model.

In this episode, we'll introduce you to the core concepts of object detection and provide a detailed overview of the model architecture and training pipeline. You'll witness the capabilities of YOLOv8 in action as Nicolai demonstrates how it can detect and classify a wide variety of objects in real time. Throughout the video, we'll highlight the unique features and benefits of YOLOv8, including its accuracy, speed, and flexibility. You'll discover how this technology can help you revolutionize your data analysis and decision-making processes across various industries.

Ultralytics ⚡resources

YOLOv8 🚀 resources
Рекомендации по теме
Комментарии
Автор

Great video thank you! Two questions regarding using Yolov8n for object detection: 1. how are you getting different classes of objects to appear with their own bounding box color? and 2. I cannot get my Detection Threshold slider to allow me to only see high confidence objects to works on my Dash app but not Tkinter. How do I do that?

richardharrispodolsky
Автор

Thanks for this video series, i tried running the same code after git clone ultralytics.. and pip install ultralytics, for me it didnt show any bounding box with label and confidence, in your video you are able to see all the labels and bounding box with only 3 lines of code, can you please tell my why this is the case?

pratikphadte
Автор

addition to this code what should i write to get the coordinates (without opencv )of the bounding box and print them in the terminal for live detection

divithreddy
Автор

help me figure out if I decide to use YOLOv8 with pre-trained weights at work to solve computer vision problems in commercial projects, will I have to buy a commercial license from ultralitic? will I be able to use an open license without revealing the source codes of my software? My software uses a model to identify cars and pedestrians on the image in order to find traffic violations.

seregasame
Автор

File "...\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\ultralytics\data\loaders.py", line 53, in __init__
s = eval(s) if s.isnumeric() else s # i.e. s = '0' local webcam
AttributeError: 'NoneType' object has no attribute 'isnumeric'

I keep getting this error while trying to use youtube data for the detections, can anyone help me? Thanks!

rodrigoklein
Автор

Hello Ultralytics in detection it's only showing the image while it's processing and after that the open cv window closes . I want to view the result of detection in an image not only while processing but after processing aswell. How can I do that

gdqgdpk
Автор

When I write the code above vs code, it gives this error, how can I fix it? "WARNING ⚠ Environment does not support cv2.imshow() or PIL Image.show()
OpenCV(4.8.0) error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvShowImage'

huyle
Автор

@2:38 why its not detecting the bycicle at top right corner?

mychannel-cmce
Автор

Hello, I just tried the exact same command in this video, however the post process time is 800ms, why does this happen? The inference time is a little longer at 85ms and pre processing time is 1.6ms

JanOkul
Автор

great stuff from ultralytics, but could you please do a video on setting up an up to date local dev env? the latest Tensorflow versions are no longer supported, so you can't follow along in a windows native shell, you have to set up a dev env in WSL2, to get gpu support

trzanko
Автор

Hey Nicolai, great intro to YOLOv8! Quick question: How well does this model handle detecting objects in low-light or high-noise environments? Would love to hear your thoughts on its robustness in real-world scenarios.?

Smitthy-kd
Автор

It is weird. I am testing YOLOv8 on some security camera's and am not getting a lot of results. They are still images, and not the best quality. But for instance I have a picture with a lot of bikes on it, but it is not detecting them. Only if there is a person on the image it is detected.

haakman
Автор

what is conf which u have mentioned as conf = 0.4?

thetechmachine
Автор

Hello Ultralytics can you tell me how can I return class probability for a object detection task.

Am able to return the conf, cls from boxes method. And probs only works for classification task right.

anandukc
Автор

Sir we could not able to install ultralytics in visual studio code pls help

fkkkkdq
Автор

When I run the code I keep getting cv.2 error. The code runs for a few seconds then automatically shuts down and the pop up screen showing what my camera sees doesn't show

under.rate_d
Автор

great video. i have used a custom model but the accuracy of detection is very low as compared to the pretrained model. is there a way to use the pre-trained model but use it to detect only one class for example people only or cars only?

kozaTG
Автор

How can I create an excel or database from the results of the detection?

ollydsouza
Автор

Hello @ultralytics how can i write a condition like if people is detected in this .

gdqgdpk
Автор

For me, know nothings of coding. Any suggestions videos to set it up?

suyvanda