Skip to main content

No project description provided

Project description

FaboPsy Attributes

Face and body based psychology analysis

FaboPsy Lib is a Python library for face- and body-based psychology analysis. It provides a modular Pipeline/Runner runtime and an optional Streamlit WebUI.

This project is used to manage the specifications for various attribute outputs, providing a unified standard so that different algorithm implementations can produce interchangeable and reusable module outputs.

Catalog

  • face/detection Obtain the face detection results, represented as rectangular bounding boxes.
  • face/landmarks Get facial landmarks for basic alignment, including the centers of the left and right eyes, the nose tip, and the positions of the left and right mouth corners.

face/detection

Properties

  • face_detection (array, required)

Definitions

  • BBox (object)
    • xyxy (array, required): Length must be equal to 4.
      • Items (number)
    • score (number, required)

Examples

{
    "face_detection": [
        {
            "score": 0.5,
            "xyxy": [
                100,
                200,
                300,
                400
            ]
        }
    ]
}

face/landmarks

Properties

Definitions

  • Landmarks (object)
    • landmarks (array, required): Length must be equal to 10.
      • Items (number)

Examples

{
    "face_landmarks": [
        {
            "landmarks": [
                100,
                100,
                200,
                200,
                300,
                300,
                400,
                400,
                500,
                500
            ]
        }
    ]
}

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

fabopsy_attributes-0.0.1.tar.gz (54.6 kB view details)

Uploaded Source

Built Distribution

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

fabopsy_attributes-0.0.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file fabopsy_attributes-0.0.1.tar.gz.

File metadata

  • Download URL: fabopsy_attributes-0.0.1.tar.gz
  • Upload date:
  • Size: 54.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for fabopsy_attributes-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4a7f2c9f3d0771d646caf53c2441008d9a8a27fda0cb9727c96c5239c0584f8c
MD5 2e4a33488326cddc77cd61bc5755b337
BLAKE2b-256 56b29b0d3ad137fd955be59b67a1b68372ed54b0dd62f9f85fb660de91f5f4be

See more details on using hashes here.

File details

Details for the file fabopsy_attributes-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for fabopsy_attributes-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ca8eed15c32f46cc076a8dcdcdd53c079f2b2217c491404f69f4302253a63df2
MD5 b09086cabb3aba9db6fc77547cf725db
BLAKE2b-256 7804613b3e48d2e0c35053c3a4ccb343d025ef6a483424158f093d26b2c03517

See more details on using hashes here.

Supported by

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