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.13.tar.gz
(89.5 kB
view details)
Built Distribution
File details
Details for the file yolov5-evaluator-0.0.13.tar.gz
.
File metadata
- Download URL: yolov5-evaluator-0.0.13.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 | 2b82bcfed26d955f26f0eab16def04d4a56255ddf1131a03c147b6b26c4ca4f4 |
|
MD5 | ec02ce8f25538d6b5b66c31075b05356 |
|
BLAKE2b-256 | 7ab625a03e6a8c260fb87a0f8f434d6c60e977a232af00f2d2b8e1c9c6d19825 |
File details
Details for the file yolov5_evaluator-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: yolov5_evaluator-0.0.13-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 | 0429bbad47306af5a7cc821d572629bb3bb283f63eb4da9ce02b492f3e3d9119 |
|
MD5 | cde60f8e5754fc29f87a3c9db53ffcb9 |
|
BLAKE2b-256 | c1069410f28b7173b26a612ee2e4dee98996a94cbfadb4fb05f373113149f082 |