Khubaib01 commited on
Commit
ee4bd34
·
verified ·
1 Parent(s): 97e7e02

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +117 -0
  2. confidence_features_dataset.csv +0 -0
README.md CHANGED
@@ -1,3 +1,120 @@
1
  ---
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: ConfiDetect Confidence Posture Dataset
3
  license: mit
4
+ language:
5
+ - all
6
+ task_categories:
7
+ - tabular-classification
8
+ tags:
9
+ - computer-vision
10
+ - pose-estimation
11
+ - human-behavior
12
+ - mediapipe
13
+ - affective-computing
14
+ - machine-learning
15
+ - confidence-detection
16
+ size_categories:
17
+ - 1K<n<10K
18
  ---
19
+
20
+
21
+ # 🧍‍♂️ ConfiDetect Confidence Posture Dataset
22
+
23
+ ### Subtitle
24
+ **Pose-based Confidence Estimation Dataset for Behavioral and Affective Computing**
25
+
26
+ ---
27
+
28
+ ## 📘 Overview
29
+
30
+ The **ConfiDetect Confidence Posture Dataset** contains normalized geometric and ratio-based features extracted from human posture and facial keypoints to classify **confidence levels** — *Low*, *Neutral*, and *Confident*.
31
+
32
+ This dataset was created as part of the **ConfiDetect Tool**, designed to evaluate human confidence through pose and body-language cues using computer vision.
33
+
34
+ ---
35
+
36
+ ## 🧩 Dataset Information
37
+
38
+ - **Total Samples:** 5,950
39
+ - **Features:** 18 (15 numeric + 3 categorical)
40
+ - **Target Classes:** Low, Neutral, High Confidence
41
+ - **Format:** CSV
42
+ - **Normalization:** Min–Max scaling applied
43
+ - **Class Balance:** 53% High, 28% Neutral, 19% Low
44
+
45
+ ---
46
+
47
+ ## 🧠 Methodology (Concise)
48
+
49
+ 1. **Data Collection:**
50
+ Real human video recorded for confidence behavior analysis.
51
+
52
+ 2. **Pose Extraction:**
53
+ MediaPipe Holistic model used to extract body and facial landmarks.
54
+
55
+ 3. **Feature Engineering:**
56
+ Computation of geometric ratios and angles such as eye-to-shoulder ratio, hip-shoulder difference, body lean, spine angle, and head tilt.
57
+
58
+ 4. **Label Assignment:**
59
+ Rule-based labeling (posture and facial cues) with human validation.
60
+
61
+ 5. **Normalization:**
62
+ All numeric attributes normalized for ML model compatibility.
63
+
64
+ ---
65
+
66
+ ## 📁 File Description
67
+
68
+ | Column Name | Type | Description |
69
+ |--------------|------|-------------|
70
+ | eye_shoulder_y_ratio | float | Ratio between eye and shoulder Y-axis positions |
71
+ | shoulder_y_diff | float | Shoulder height difference |
72
+ | wrist_distance_x | float | Horizontal distance between wrists |
73
+ | wrist_shoulder_ratio | float | Wrist distance normalized by shoulder span |
74
+ | nose_eye_center_offset_x | float | Horizontal offset of nose from eye center |
75
+ | shoulder_span | float | Distance between left and right shoulders |
76
+ | hip_shoulder_y_diff | float | Difference between hip and shoulder alignment |
77
+ | body_lean_x | float | Forward/backward lean of upper body |
78
+ | shoulder_center_x | float | X-coordinate of shoulder midpoint |
79
+ | hip_center_x | float | X-coordinate of hip midpoint |
80
+ | spine_angle | float | Vertical spine inclination angle |
81
+ | eye_distance | float | Distance between eyes |
82
+ | head_tilt_angle | float | Head tilt angle in degrees |
83
+ | eye_distance_ratio | float | Normalized eye distance ratio |
84
+ | shoulder_slope | float | Slope between shoulders |
85
+ | head_direction | object | Head orientation (Left, Right, Straight) |
86
+ | arm_position | object | Arm posture (Open, Closed, Partially Open) |
87
+ | posture | object | Overall body posture description |
88
+ | confidence_label | object | Target class: Low, Neutral, High |
89
+
90
+ ---
91
+
92
+ ## 🧮 Suggested Use
93
+
94
+ - **Confidence Estimation Models**
95
+ - **Behavioral Analysis**
96
+ - **Affective Computing**
97
+ - **Body-Language Recognition**
98
+ - **Human-Computer Interaction Research**
99
+
100
+ ---
101
+
102
+ ## 📊 Example Tasks
103
+
104
+ - Train classifiers (e.g., Random Forest, XGBoost, or SVM) to predict confidence.
105
+ - Build pose-based deep learning models with feature fusion.
106
+ - Evaluate correlations between physical posture and perceived confidence.
107
+
108
+ ---
109
+
110
+ ## 📜 Citation
111
+
112
+ ```
113
+ Khubaib (2025). ConfiDetect-Confidence-Posture-Dataset: Pose-based Confidence Estimation using MediaPipe Features. Hugging Face.
114
+ ```
115
+
116
+ ---
117
+
118
+ ## 🧾 License
119
+
120
+ **MIT License** — free for research and educational use.
confidence_features_dataset.csv ADDED
The diff for this file is too large to render. See raw diff