• Stars
    star
    114
  • Rank 297,963 (Top 7 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A YOLO Artificial Intelligence algorithm demonstration using PySimpleGUI

PySimpleGUI openCV YOLO Deep Learning

SNAG-0360

YOLO May 21

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

More Repositories

1

PySimpleGUI

Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
Python
13,080
star
2

PySimpleGUI-Photo-Colorizer

Transform black and white images (or your webcam) into beautifully colored images using Deep Learning. Uses OpenCV and Numpy to Colorize your photo or webcam video. GUI provided by PySimpleGUI.
Python
157
star
3

PySimpleGUI-Widgets

Rainmeter-like Widgets for your desktop using the easy to use PySimpleGUI package
Python
73
star
4

PySimpleGUI-COVID19

A collection of PySimpleGUI based tools to help analyze the spread of the COVID-19 virus
Python
71
star
5

PySimpleGUI-Base64-Encoder

Convert your JPG, PNG, GIF and ICO files into Base64 strings for inclusion in your source code. Add icons, game graphics, etc, to your Python source code.
Python
33
star
6

ptoaster

Display a toaster-style window on your screen that fades in / fades out. Built-in or custom icons. Uses PySimpleGUI as the GUI SDK.
Python
24
star
7

PySimpleGUI-Reddit-Searcher

Uses the PRAW Reddit APIs to search popuplar Python released subreddits for strings of your choice. Search posts and/or comments. Launch a browser to the individual posts by title.
Python
22
star
8

PySimpleHotkey

A hotkey manager that runs in the system tray. Uses PySimpleGUI for the GUI and the system tray.
Python
22
star
9

PySimpleGUI-Rainmeter-CPU-Cores

Displays a rainmeter style desktop widget that displays the CPU utilization as a grid of scrolling graphs, each being an area graph of CPU usage per core. Uses PySimpleGUI and psutil.
Python
18
star
10

LiveREPL

Use a REPL while your program executes. Watch what's happening, change variables, execute code
Python
15
star
11

ScreenShots

A dump of screenshots found on GitHub of projects related to PySimpleGUI. They have not yet been sorted / organized
Python
13
star
12

SpringerFreeBooks_GUI

GUI to download the free books released by Springer during the COVID19 quarantine
Python
8
star
13

psgfiglet_old

A GUI Based Figlet Maker
Python
8
star
14

psgdemos

The PySimpleGUI Demo Programs (also in main PySimpleGUI repo) To get: python -m pip install psgdemos
Python
7
star
15

psgshortcut

psgshortcut- a PySimpleGUI application that will create shortcuts on Windows to your Python, EXE, Batch files... or any other file using a GUI made with PySimpleGUI.
Python
5
star
16

psggadgets

Desktop Gadgets using PySimpleGUI
Python
5
star
17

DocsCleanup

4
star
18

psgcompiler

A simple, easy to use tool that is a front-end to PyInstaller created with PySimpleGUI to convert your Python programs to executables.
Python
4
star
19

psgfiglet

Create Figlets easily using this application created using PySimpleGUI.
Python
3
star
20

psghotkey

A Hotkey Manager using PySimpleGUI and psgtray
Python
2
star
21

psgyolo

Using PySimpleGUI with OpenCV to perform object detection using YOLO AI algorithm
Python
2
star
22

psgtray

A System Tray Icon that works with the PySimpleGUI tkinter port. Uses pystray to supply the system tray. Works well under Windows.
Python
1
star
23

psgreddit

A GUI app made with PySimpleGUI used to search through Reddit and Subreddits using praw module
Python
1
star