Hi,
I'm trying to run the gen2-emotion-recognition example with local models. I've copied the .blob files that are downloaded to cache to another folder and add that path to oak.create_nn()
Like this: det_nn = oak.create_nn('<path>/face-detection-retail-0004_openvino_2022.1_6shave.blob', color)
I'm getting this error:
self.whitelist_labels: Optional[List[int]] = second_nn._multi_stage_nn.whitelist_labels
AttributeError: 'NoneType' object has no attribute 'whitelist_labels'
Sentry is attempting to send 2 pending error messages
Any ideas?