Skip to content

Commit

Permalink
Updated models.
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham0204 committed May 18, 2021
1 parent b07a39b commit 3160708
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified app/src/main/assets/model_age_nonq.tflite
Binary file not shown.
Binary file modified app/src/main/assets/model_age_q.tflite
Binary file not shown.
Binary file modified app/src/main/assets/model_lite_age_nonq.tflite
Binary file not shown.
Binary file modified app/src/main/assets/model_lite_age_q.tflite
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AgeEstimationModel {

// The model returns a normalized value for the age i.e in range ( 0 , 1 ].
// To get the age, we multiply the model's output with p.
private val p = 110
private val p = 116

// Time taken by the model ( in milliseconds ) to perform the inference.
var inferenceTime : Long = 0
Expand Down

0 comments on commit 3160708

Please sign in to comment.