Library to easily test YOLOv3 models
Project description
Easy_Yolo - One liner Yolov3 object detection
Running on YOLO model on an image. Place .cfg, .weights and .names in same directory
Sample: from easy_yolo.yolo_img import YoloImg x = YoloImg('example.jpg', 'example.weights', 'example.cfg',example.names) x.run_model()
Running on YOLO model on a video. Place .cfg, .weights and .names in same directory
Sample: from easy_yolo.yolo_vid import Yolov3Video x = Yolov3Video('example.mp4', 'example.weights', 'example.cfg',example.names) x.run_model()
Running on YOLO model on a webcam. Place .cfg, .weights and .names in same directory
Sample: from easy_yolo.yolo_cam import Yolov3Camera For webcam: x = Yolov3Camera(0, 'example.weights', 'example.cfg',example.names) x.run_model()
For Youtube Livestream: x = Yolov3Camera('youtube_url', 'example.weights', 'example.cfg',example.names) x.run_model()
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easy_yolo-0.0.2.tar.gz.
File metadata
- Download URL: easy_yolo-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc0813462782790adb0d0fd3e02800c28b463a3d87cd97cf7c7563a4ecef0752
|
|
| MD5 |
c17c404f4e6134f577e41394c0deed39
|
|
| BLAKE2b-256 |
1b72cb2a18c87bf34bf7dac9be2bc1a9d2af756bd21dc090c929779c1532a1b5
|
File details
Details for the file easy_yolo-0.0.2-py3-none-any.whl.
File metadata
- Download URL: easy_yolo-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9dc0f9548c0db5900ae12034760f00da4cb7f3a0bcaa879e1f65d8f4e7694c2
|
|
| MD5 |
e607657f237146fe0574ac0eebd5d72e
|
|
| BLAKE2b-256 |
6e4d4b89e1c1015a5763f9dc0d56bfe9bf2dbacdeaf100b96cac19ac9d16c1c8
|