yolov6detect 0.4.1
pip install yolov6detect
Latest version
Released:
Packaged version of the Yolov6 repository
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: kadirnar
- Tags machine-learning, deep-learning, pytorch, vision, image-classification, object-detection, yolov7, yolov6, yolo detector, yolov5
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- Operating System
- Programming Language
- Topic
Project description
Overview
This repo is a packaged version of the Yolov6 model.
Benchmark
Model | Size | mAPval 0.5:0.95 |
SpeedT4 trt fp16 b1 (fps) |
SpeedT4 trt fp16 b32 (fps) |
Params (M) |
FLOPs (G) |
---|---|---|---|---|---|---|
YOLOv6-N | 640 | 37.5 | 779 | 1187 | 4.7 | 11.4 |
YOLOv6-S | 640 | 45.0 | 339 | 484 | 18.5 | 45.3 |
YOLOv6-M | 640 | 50.0 | 175 | 226 | 34.9 | 85.8 |
YOLOv6-L | 640 | 52.8 | 98 | 116 | 59.6 | 150.7 |
YOLOv6-N6 | 1280 | 44.9 | 228 | 281 | 10.4 | 49.8 |
YOLOv6-S6 | 1280 | 50.3 | 98 | 108 | 41.4 | 198.0 |
YOLOv6-M6 | 1280 | 55.2 | 47 | 55 | 79.6 | 379.5 |
YOLOv6-L6 | 1280 | 57.2 | 26 | 29 | 140.4 | 673.4 |
Installation
pip install yolov6detect
Yolov6 Inference
from yolov6 import YOLOV6
model = YOLOV6(weights='yolov6s.pt', device='cuda:0')
#model = YOLOV6(weights='kadirnar/yolov6t-v2.0', device='cuda:0', hf_model=True)
model.classes = None
model.conf = 0.25
model.iou_ = 0.45
model.show = False
model.save = True
pred = model.predict(source='data/images',yaml='data/coco.yaml', img_size=640)
Citation
@article{li2022yolov6,
title={YOLOv6: A single-stage object detection framework for industrial applications},
author={Li, Chuyi and Li, Lulu and Jiang, Hongliang and Weng, Kaiheng and Geng, Yifei and Li, Liang and Ke, Zaidan and Li, Qingyuan and Cheng, Meng and Nie, Weiqiang and others},
journal={arXiv preprint arXiv:2209.02976},
year={2022}
}
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: kadirnar
- Tags machine-learning, deep-learning, pytorch, vision, image-classification, object-detection, yolov7, yolov6, yolo detector, yolov5
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- Operating System
- Programming Language
- Topic
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
File details
Details for the file yolov6detect-0.4.1.tar.gz
.
File metadata
- Download URL: yolov6detect-0.4.1.tar.gz
- Upload date:
- Size: 111.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e967a539ae9f3c7148abd1913e12d727a7fc02123ff9e0787b1bd0f8e651feb |
|
MD5 | ca796e952151d64906704bab92887912 |
|
BLAKE2b-256 | 501b8c55baddf39812cae0a74671f788cbfc1db5600243b385f1709bd4aa2c4b |