Real-Time Object Detection Class with Transformers and DETR on Webcam

preview_player
Показать описание

You will also get access to all the technical courses inside the program, also the ones I plan to make in the future! Check out the technical courses below 👇
___________________________________________________________

In this video 📝 We’ll be taking a look at real-time object detection with transformers and detr on webcam from Ultralytics. We are going to implement a class for inference from scratch. We will see how you can extract the results from the models and use them in your own python script. Transformer based models are state-of-the-art in most domains and you can now start to use them for real-time applications and projects.

If you enjoyed this video, be sure to press the 👍 button so that I know what content you guys like to see.

___________________________________________________________

___________________________________________________________

___________________________________________________________

📞 Connect with Me:

___________________________________________________________

___________________________________________________________

📷 My camera calibration software, CharuCo Boards, and Checker boards

___________________________________________________________

Timestamps:
0:00 Introduction

Tags:
#detr #transformer #objectdetection #ai #computervision #yolo
Рекомендации по теме
Комментарии
Автор

Join My AI Career Program
Enroll in My School and Technical Courses

NicolaiAI
Автор

Have you done any comparison of this model with YOLO ?

ArbaazShaikh-yt
Автор

Hey if possible can you make a video on implementing Co-DETR for object detection and image segmentation?

ShahRushabhRupambhai
Автор

I cannot import RTDETR. I have saved the .py file in the necessary location but it is showing "cannot import"

YashGollu
Автор

Can you make a video on hybrid feature learning model?

neelmodi
Автор

Noice .. but how to change the label to show class name instead of class id

cpleng
Автор

our codes are exactly the same as yours but this is the error I get? :)

TypeError: 'BoxAnnotator' object is not callable

yusufcelik