Python library for streamlined tracking and management of AI training processes.
Project description
mtcnn-runtime
基于mtcnn和onnxruntime的轻量级人脸检测库,开箱即用,非常方便。
使用方式
安装方式
在终端运行如下命令进行安装:
pip install mtcnn-runtime
本项目只针对python3.8以上版本进行维护
运行方式
安装完毕以后,可在python代码中加入如下内容进行使用:
import cv2
from mtcnnruntime import MTCNN
mtcnn = MTCNN()
path="你的图像路径"
img = cv2.imread(path)
boxes, landmarks = mtcnn.detect(img)
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
mtcnn_runtime-0.0.4.tar.gz
(2.5 MB
view details)
Built Distribution
File details
Details for the file mtcnn_runtime-0.0.4.tar.gz
.
File metadata
- Download URL: mtcnn_runtime-0.0.4.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1718699e26b30cb2d1575d10fd5205778e276df71b51747050cdd90ed225f44 |
|
MD5 | db7bcf842a11e097d2f29bba22c8f3fd |
|
BLAKE2b-256 | 1d05e0aa96b2136ebbd83ee693934e7f3ec6cd0d827864e3bc182f820e91e671 |
File details
Details for the file mtcnn_runtime-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: mtcnn_runtime-0.0.4-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78e74f14e1351ecd90261d081b172ebe5005a7cfd2264d7018027e3b5d580b2f |
|
MD5 | b968c6f688121910dee85a4786fff838 |
|
BLAKE2b-256 | 63be0d60f86435c764e101b74810d0beaa08d51f4d6659ab2c04790c5742a307 |