Skip to main content

first version of package scrfd

Project description

# borrow many code from: https://github.com/deepinsight/insightface/tree/master/detection/scrfd

## How to install:

  • pip install cerberuspackage

## code python:

`` from cerberuspackage import SCRFD detector = SCRFD(“your onnx model”)

#bboxes: [top_left_x, top_left_y, bottom_right_x, bottom_right_y], #kpss: corrdinate 5 point on the face (left_eye, right_eye, nose, left_lip, right_lip)

bboxes, kpss = detector(img) #your postprocess with data predict by dcrfd ``

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

cerberus_package_1-0.0.5.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

cerberus_package_1-0.0.5-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

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