[Version] : 0.18.4-0
[Issue type] enhancement
Tuned face recognition accuracy by dropping flip data augmentation and
chaning decision threshold value.
Change-Id: I505628a1d64ff4460eb2760bc9cedb40fd7e65a8
Signed-off-by: Inki Dae <inki.dae@samsung.com>
{
"name" : "MV_FACE_RECOGNITION_DECISION_THRESHOLD",
"type" : "double",
- "value" : -0.97
+ "value" : -0.85
}
]
}
_initialized(false), _prepared(false), _internal(), _backbone(), _face_net_info(), _training_model(), _label_manager()
{
_data_augments.push_back(std::make_unique<DataAugmentDefault>());
- _data_augments.push_back(std::make_unique<DataAugmentFlip>());
/* Add other data argument classes. */
}