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.17.tar.gz
(89.4 kB
view details)
Built Distribution
File details
Details for the file yolov5-evaluator-0.0.17.tar.gz
.
File metadata
- Download URL: yolov5-evaluator-0.0.17.tar.gz
- Upload date:
- Size: 89.4 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 | e666964d0fe6623cefb8d02db310487e278ce9d79c465bc7c72c372399d66df1 |
|
MD5 | 6c3f1ecd504361e3d1462e4132c35d26 |
|
BLAKE2b-256 | dca17de0f4a3d7fc4b27d8050601b5b4d86f6213f5aff215bd04de3025850e86 |
File details
Details for the file yolov5_evaluator-0.0.17-py3-none-any.whl
.
File metadata
- Download URL: yolov5_evaluator-0.0.17-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 | 1281207e24468e6ba587fff44deb923a43e49f91b71a72ac03f370f9cf43dd04 |
|
MD5 | 47833d960eb2b9464f83c857e52ce674 |
|
BLAKE2b-256 | 7d180d1a13c457d4d055d3297a8c4b786e41a03f70814c095a4e883a47fe0429 |