Skip to content

Commit b9a3a11

Browse files
committed
Moved from this repo to its own repo so that the clone isn't so HUGE
1 parent 0d7473e commit b9a3a11

17 files changed

+2
-1725
lines changed

YoloObjectDetection/Readme.md

+2-38
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,6 @@
11

2-
![](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png)
3-
4-
5-
62
# PySimpleGUI openCV YOLO Deep Learning
73

4+
To save room in the PySimpleGUI Repo, this project has been moved to its own repo on GitHub
85

9-
![SNAG-0360](https://user-images.githubusercontent.com/13696193/58116963-93d07300-7bcb-11e9-8402-142913710b82.jpg)
10-
11-
![YOLO May 21](https://user-images.githubusercontent.com/13696193/58117189-017c9f00-7bcc-11e9-9569-c65775d15559.gif)
12-
13-
14-
15-
## Running the Demos
16-
17-
You will need to pip install openCV and PySimpleGUI
18-
```
19-
pip install opencv-python
20-
pip install pysimplegui
21-
```
22-
23-
Run any of the .py files in the top level directory:
24-
```
25-
yolo.py - single image processing
26-
yolo_video.py Video display
27-
yolo_video_with_webcam.py - webcam or file source. Option to write to hard drive
28-
```
29-
And you'll need the training data. It's 242 MB and too large for GitHub:
30-
https://www.dropbox.com/s/0pq7le6fwtbarkc/yolov3.weights?dl=1
31-
32-
## Learn More
33-
34-
This code has an article associated with it that will step you through the code (minus GUI part).
35-
36-
https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/
37-
38-
39-
## Acknowledgements
40-
This software is provided by Dr. Adrian Rosebrock of the pyimagesearch organization.
41-
https://www.pyimagesearch.com
42-
6+
You'll now find the project at: https://github.com/PySimpleGUI/PySimpleGUI-YOLO

YoloObjectDetection/Yolo_with_webcam_Qt_or_tkinter.py

-222
This file was deleted.
-1.71 MB
Binary file not shown.
-54.1 KB
Binary file not shown.
-221 KB
Binary file not shown.
-67.5 KB
Binary file not shown.

YoloObjectDetection/images/soccer.jpg

-290 KB
Binary file not shown.
-21.1 MB
Binary file not shown.
-10.5 MB
Binary file not shown.
-18 MB
Binary file not shown.
-24.8 MB
Binary file not shown.

YoloObjectDetection/yolo-coco/coco.names

-80
This file was deleted.

0 commit comments

Comments
 (0)