Using PySimpleGUI with OpenCV to perform object detection using YOLO AI algorithm
Project description
psgyolo
A PySimpleGUI Application
PySimpleGUI openCV YOLO Deep Learning GUI
Features
- Shows how to create an AI object identification GUI application
- Identifies objects as per YOLO library
- Teaches going from a command line OpenCV application to an entirely window-based
- Use as a starting point for other AI projects that are command line projects
Installation
Using PIP with PyPI
The latest official release of PySimpleGUI products can be found on PyPI. To pip install the demo applications from PyPI, use this command
If you use the command python
on your computer to invoke Python (Windows):
python -m pip install --upgrade psgyolo
If you use the command python3
on your computer to invoke Python (Linux, Mac):
python3 -m pip install --upgrade psgyolo
Using PIP with GitHub
You can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account. The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:
If you use the command python
on your computer to invoke Python (Windows):
python -m pip install --upgrade https://github.com/PySimpleGUI/psgyolo/zipball/main
If you use the command python3
on your computer to invoke Python (Linux, Mac):
python3 -m pip install --upgrade https://github.com/PySimpleGUI/psgyolo/zipball/main
Usage
Once installed, launch psgyolo by typing the following in your command line:
psgyolo
Running the Demos
You will need to pip install openCV and PySimpleGUI
pip install opencv-python
pip install pysimplegui
Run any of the .py files in the top level directory:
yolo.py - single image processing
yolo_video.py Video display
yolo_video_with_webcam.py - webcam or file source. Option to write to hard drive
And you'll need the training data. It's 242 MB and too large for GitHub: https://www.dropbox.com/s/uf00d4ov6fmw0he/yolov3.weights?dl=1
Learn More
This code has an article associated with it that will step you through the code (minus GUI part).
https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/
Acknowledgements
This software is provided by Dr. Adrian Rosebrock of the pyimagesearch organization. https://www.pyimagesearch.com
License & Copyright
Copyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.
This is a free-to-use "Utility" and is licensed under the PySimpleGUI License Agreement, a copy of which is included in the license.txt file and also available at https://pysimplegui.com/eula.
Please see Section 1.2 of the license regarding the use of this Utility, and see https://pysimplegui.com/faq for any questions.
Contributing
We are happy to receive issues describing bug reports and feature requests! If your bug report relates to a security vulnerability, please do not file a public issue, and please instead reach out to us at issues@PySimpleGUI.com.
We do not accept (and do not wish to receive) contributions of user-created or third-party code, including patches, pull requests, or code snippets incorporated into submitted issues. Please do not send us any such code! Bug reports and feature requests should not include any source code.
If you nonetheless submit any user-created or third-party code to us, (1) you assign to us all rights and title in or relating to the code; and (2) to the extent any such assignment is not fully effective, you hereby grant to us a royalty-free, perpetual, irrevocable, worldwide, unlimited, sublicensable, transferrable license under all intellectual property rights embodied therein or relating thereto, to exploit the code in any manner we choose, including to incorporate the code into PySimpleGUI and to redistribute it under any terms at our discretion.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file psgyolo-5.0.0.tar.gz
.
File metadata
- Download URL: psgyolo-5.0.0.tar.gz
- Upload date:
- Size: 4.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1081c62a4262f12c0ddd097997819bb9b742becc536810cad80accb5cd5a678c |
|
MD5 | 13097af9ab91a5092b2112d614513919 |
|
BLAKE2b-256 | 29a0ca739214cd9a1b2088e3aec1cfd44a1b79d34d3ba66ad8b6b221b33e2776 |
File details
Details for the file psgyolo-5.0.0-py3-none-any.whl
.
File metadata
- Download URL: psgyolo-5.0.0-py3-none-any.whl
- Upload date:
- Size: 4.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b596a220a61015b3d57c23bb08e133e694e385396b4f1f045503c72ef7d7c51 |
|
MD5 | 68a5c6d8856e0c8d71d5cf7574dffab4 |
|
BLAKE2b-256 | b0f860eca76d8d0a6b9b3bdd4944d5082c4c35b963ee55ccc7eef1f5c63e0318 |