Wrapper package for yolov5
Project description
yolov5-evaluator
Wrapper for the detection program for ease of use yolov5.
Install
pip install yolov5-evaluator
Use
from yolov5 import eval
result=eval.detectByPath('./inference/images/01.jpg','./weights/v5-2/last.pt',640)
print(result)
image=cv2.imread('./inference/images/01.jpg')
result=eval.detectByImg(image,'./weights/v5-2/last.pt',640)
print(result)
params
eval.detectByPath(source,weight,imgsz)
eval.detectByImage(image,weight,imgsz)
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
yolov5-evaluator-0.0.18.tar.gz
(93.0 kB
view details)
Built Distribution
File details
Details for the file yolov5-evaluator-0.0.18.tar.gz
.
File metadata
- Download URL: yolov5-evaluator-0.0.18.tar.gz
- Upload date:
- Size: 93.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1d05a97cc35e89a84efe041e45515b0c895624438e17bdbfecea515091ccf86 |
|
MD5 | ed1e977a5489a3bdf2cdf23e5cf8b580 |
|
BLAKE2b-256 | a6ded9301a996c11b146ef3e1d28ad63ef5064f0e2da99413f3ce5d71a8df21d |
File details
Details for the file yolov5_evaluator-0.0.18-py3-none-any.whl
.
File metadata
- Download URL: yolov5_evaluator-0.0.18-py3-none-any.whl
- Upload date:
- Size: 99.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb410a2b0393c173ea5dbd8a9b8ee5d264bac920a56e517a00f9bc353e4e550 |
|
MD5 | b978ebd7bae24406e915d58eb6c4d35a |
|
BLAKE2b-256 | e24551696cc68b6ddf80e3c7daabf89dbf4c23934b1c3a7f0f2d0cf8b929a344 |