You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,23 @@ Further Anxiety and confidence score is based on the irregular movemnet of the c
5
5
**Two machine learning models are used** to predict eye movement and predicts keypoinst on upper body. These data will be used to calculate the Anxiety/Confidence score.
6
6
NOTE: We are using a mathematical aproach to get the score as we have not yet collected enough credible data to train a model to do it.
Score predictor using movement is being implemented. For efficieny mobilenet model is being used
15
15
16
-
# TO-DO
16
+
##TO-DO
17
17
1. Upgrade code to be compatible with tensorflow 2.0 [DONE]
18
18
2. Add eye tracking module [DONE]
19
19
3. Add Voice modulation module
20
20
4. Collect a good amount of datat to train on
21
21
5. Improve speed and efficiency
22
22
23
-
# 1)POSE MODEL:
24
-
# Pre-requisites
23
+
# 1)Pose Model:
24
+
##Pre-requisites
25
25
26
26
You need to have tensorflow 2.0+ installed. And the dependencies listed in the requirments.txt
27
27
[Download](https://www.dropbox.com/s/gif7s1qlie2xftd/best_pose_mobilenet_model.zip?dl=1) the model and copy the weights.best.mobilenet.h5 file to the folder.
@@ -73,7 +73,7 @@ Run the score.py and enter the path of the video when prompted.
73
73
Output is a list of scores based on contonuos movements such as tapping or shaking of elbows. Futher improvements are due.
74
74
75
75
76
-
# Score prediction algorithm:
76
+
##Score prediction algorithm:
77
77
78
78
**Pose based score estimation:**
79
79
@@ -93,7 +93,7 @@ Output is a list of scores based on contonuos movements such as tapping or shaki
93
93
<40 0.2- 0.4
94
94
95
95
96
-
# 2)EYE-TRACKING Model:
96
+
# 2)Eye-tracking Model:
97
97
98
98
The primary model of eye gaze is due to the courtesy of https://github.com/antoinelame/GazeTracking
0 commit comments