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.11.tar.gz
(89.3 kB
view details)
Built Distribution
File details
Details for the file yolov5-evaluator-0.0.11.tar.gz
.
File metadata
- Download URL: yolov5-evaluator-0.0.11.tar.gz
- Upload date:
- Size: 89.3 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 | b7ddc532bf38b7ac4567718c3045dee7e889a540dfe6e3efde5149f579201635 |
|
MD5 | 3c4034c6f9a71fdf13be8d05b7a9a10b |
|
BLAKE2b-256 | c7681cbdbe8cc4e0852274936aa42144533d2a323c237c6122b4ea39d6f09629 |
File details
Details for the file yolov5_evaluator-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: yolov5_evaluator-0.0.11-py3-none-any.whl
- Upload date:
- Size: 98.6 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 | aef67152b3b69901cbf063ecaef6031a58d8587c70b3cc91614ba4567f60211d |
|
MD5 | 11bd47905e6bda4bfa3131018cd9df1c |
|
BLAKE2b-256 | 414e6edc9daf46b5f29730f757ff9c9736fd572cf6313e0a534b5b953a878c63 |