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)
- 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
- Video device (web camera)
- RTSP Stream
- Video File
- Photo
- Take Screenshot
- Capture Video