OpenCV.AI Blog OAK Emotion Recognition

PHOTO EMBED

Wed Mar 24 2021 16:36:14 GMT+0000 (Coordinated Universal Time)

Saved by @opencv

# build model
model = InferenceModel(
  model_path=model_path,
)  # initialize the emotion recognition model
model.model_load()  # load weights
content_copyCOPY