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)- Items: Refer to #/$defs/BBox.
Definitions
Examples
{
"face_detection": [
{
"score": 0.5,
"xyxy": [
100,
200,
300,
400
]
}
]
}
face/landmarks
Properties
face_landmarks(array, required)- Items: Refer to #/$defs/Landmarks.
Definitions
Examples
{
"face_landmarks": [
{
"landmarks": [
100,
100,
200,
200,
300,
300,
400,
400,
500,
500
]
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a7f2c9f3d0771d646caf53c2441008d9a8a27fda0cb9727c96c5239c0584f8c
|
|
| MD5 |
2e4a33488326cddc77cd61bc5755b337
|
|
| BLAKE2b-256 |
56b29b0d3ad137fd955be59b67a1b68372ed54b0dd62f9f85fb660de91f5f4be
|
File details
Details for the file fabopsy_attributes-0.0.1-py3-none-any.whl.
File metadata
- Download URL: fabopsy_attributes-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca8eed15c32f46cc076a8dcdcdd53c079f2b2217c491404f69f4302253a63df2
|
|
| MD5 |
b09086cabb3aba9db6fc77547cf725db
|
|
| BLAKE2b-256 |
7804613b3e48d2e0c35053c3a4ccb343d025ef6a483424158f093d26b2c03517
|