OpenCV.AI Blog OAK Emotion Recognition
Wed Mar 24 2021 16:36:14 GMT+0000 (UTC)
Saved by
@opencv
# build model
model = InferenceModel(
model_path=model_path,
) # initialize the emotion recognition model
model.model_load() # load weights
content_copyCOPY
Comments