mirror of https://github.com/vladmandic/human
update default gender model
parent
7eb9edfc23
commit
2467ce59d4
|
@ -1,7 +1,7 @@
|
|||
|
||||
# @vladmandic/human
|
||||
|
||||
Version: **0.20.9**
|
||||
Version: **0.20.10**
|
||||
Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
|
||||
|
||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||
|
@ -10,7 +10,9 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main, origin/main, origin/HEAD** 2021/02/21 mandic00@live.com
|
||||
### **HEAD -> main, origin/main, origin/HEAD** 2021/02/22 mandic00@live.com
|
||||
|
||||
### **tag: v0.20.10** 2021/02/22 mandic00@live.com
|
||||
|
||||
### **tag: v0.20.9** 2021/02/21 mandic00@live.com
|
||||
- remove extra items
|
||||
|
|
|
@ -141,7 +141,7 @@ config = {
|
|||
gender: {
|
||||
enabled: true,
|
||||
minConfidence: 0.1, // threshold for discarding a prediction
|
||||
modelPath: '../models/gender-ssrnet-imdb.json', // can be 'gender', 'gender-ssrnet-imdb' or 'gender-ssrnet-wiki'
|
||||
modelPath: '../models/gender.json', // can be 'gender', 'gender-ssrnet-imdb' or 'gender-ssrnet-wiki'
|
||||
inputSize: 64, // fixed value
|
||||
skipFrames: 41, // how many frames to go without re-running the detector
|
||||
// only used for video inputs
|
||||
|
|
Loading…
Reference in New Issue