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.3.tar.gz
(2.5 MB
view details)
Built Distribution
File details
Details for the file mtcnn_runtime-0.0.3.tar.gz
.
File metadata
- Download URL: mtcnn_runtime-0.0.3.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 | dee8e0c9947894cd98618a706a1f5b51c962120c5219260a41b129a3cd87d656 |
|
MD5 | eeab9ec6868ad3c4b32f3df8d68d7d09 |
|
BLAKE2b-256 | ce03e4d717f75d46eadff8889e639dbb5bb0fc5703a969bc125ae79cfcb8a412 |
File details
Details for the file mtcnn_runtime-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: mtcnn_runtime-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44634704307a1ff526b45b254b65a87ee938a0948fd0e881a240245b2b59dd37 |
|
MD5 | d70d192b875f1a5b90369998940bfd95 |
|
BLAKE2b-256 | 175e45ff471751b2f91c236408bae415333613068a6a85abe79d21de498a4e73 |