Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Simple Object detector app utilizing ultralytics AI models. The detector primarily utilizes RTDETR and YOLOv8 models.

Notifications You must be signed in to change notification settings

MGTheTrain/python-object-detection-with-ultralytics-ai-models-and-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-object-detection-with-ultralytics-ai-models-and-opencv

Table of Contents

Summary

Simple Object detector app utilizing ultralytics AI models. The detector primarily utilizes RTDETR and YOLOv8 models. The code in object_detector_app.py is based on rtdetrClass.py from niconielsen32.

References

How to use

Install pip packages

pip.exe install -r requirements.txt

Run object detector application

python.exe object_detector_app.py --help

# Object detection with pretrained nano YOLO V8 model
python.exe object_detector_app.py --model nano_yolov8

# Object detection with pretrained large DETR model
python.exe object_detector_app.py --model large_detr

About

Simple Object detector app utilizing ultralytics AI models. The detector primarily utilizes RTDETR and YOLOv8 models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages