Skip to main content

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/

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

If you're not sure about the file name format, learn more about wheel file names.

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.

Release history Release notifications | RSS feed

This release

0.0.13 This release

2 files

0.0.12

2 files

0.0.11

2 files

0.0.10

2 files

0.0.9

2 files

0.0.8

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

Supported by

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