Skip to main content

Bindings for yolov7 in one class

Project description

GitHub PyPI version PyPI - Downloads

This package is deprecated. Now use DetExecutor

WongKinYiu/yolov7 as independent package

Bindings for yolov7 project (https://github.com/WongKinYiu/yolov7)

Example of usage:

from yolov7_package import Yolov7Detector
import cv2

if __name__ == '__main__':
    img = cv2.imread('img.jpg')
    det = Yolov7Detector(traced=False)
    classes, boxes, scores = det.detect(img)
    img = det.draw_on_image(img, boxes[0], scores[0], classes[0])

    cv2.imshow("image", img)
    cv2.waitKey()

You can use traced=True option to download and infer traced FP16 version of yolov7 model!

PYPI link: https://pypi.org/project/yolov7-package/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yolov7_package-0.0.13.tar.gz (82.3 kB view details)

Uploaded Source

Built Distribution

yolov7_package-0.0.13-py3-none-any.whl (88.6 kB view details)

Uploaded Python 3

File details

Details for the file yolov7_package-0.0.13.tar.gz.

File metadata

  • Download URL: yolov7_package-0.0.13.tar.gz
  • Upload date:
  • Size: 82.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.8

File hashes

Hashes for yolov7_package-0.0.13.tar.gz
Algorithm Hash digest
SHA256 d7802cd8f607ff16a1c7dc2d548f554e134248fce309300456ebad5a74ac21c3
MD5 da05fffcda44ee405ea01a092cb5e063
BLAKE2b-256 09f5873e6a8f243c2b344330d7415430bb50e7ecc3f7299e9f95ea4784a453c3

See more details on using hashes here.

File details

Details for the file yolov7_package-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for yolov7_package-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 08bea0760424a7b3c21a57b5e40f3fc719db9a78cd98bb69cdb9688bbf38ed11
MD5 6ecfa62dabb0ab6fd52701e579ba3a88
BLAKE2b-256 68b42d90c2adf7d79767ae970f0a06e13d156014b7a00055fe815ae821fb6cb7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page