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.15.tar.gz
(89.5 kB
view details)
Built Distribution
File details
Details for the file yolov5-evaluator-0.0.15.tar.gz
.
File metadata
- Download URL: yolov5-evaluator-0.0.15.tar.gz
- Upload date:
- Size: 89.5 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 | 986fdedd56b0fba7f0ab6fc929b56fda45589f8fc7fd3c8cbf2de7cdf7de1bbc |
|
MD5 | 50e9f12425d7a9bde2c4371eef395323 |
|
BLAKE2b-256 | f672be9d66ea87d60ede0cbf743a88dc0b36556e766c581950bdde2ce817536d |
File details
Details for the file yolov5_evaluator-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: yolov5_evaluator-0.0.15-py3-none-any.whl
- Upload date:
- Size: 98.8 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 | 19d64520157cab76261dd1a6587f6fc130e00545cbe68654084d37620b7a85e9 |
|
MD5 | 65d36c7110bf0dfc6859db8302521f1c |
|
BLAKE2b-256 | 5fd309776ef7aaf958211148a9de73aa11620e20571a521a2c0c69cbf13ec5a5 |