Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Object Detector

image User interface based on QT library

Project
├── aiModels/
│    └── best.pt            # Learned AI Model for faces detection
└── ui/
│    ├── icons/             # Graphic for interface
│    ├── main.ui            # Main Interface (source)
│    └── resources.qrc      # QT Resources file
├── main.py                 # Main File
├── player.py               # Player controls Class
└── resources_rc.py         # UI Resources (icons)

Base functionality

  • Working with YOLO-models (*.pt files)
  • Control confidence for detection objects
  • Control Image size before detection
  • Detect objects by selected class name or all classes
  • Show/Hide frames around detected objects

Detection object from:

  • Video device (web camera)
  • RTSP Stream
  • Video File
  • Photo

Saving Results

  • Take Screenshot
  • Capture Video

About

AI Object Detector (GUI). Using YOLO Models allow detect objects on Video devices, RTSP-steam, video file and photo.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages