Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example_run_emotion_recognition.py - NameError: name 'detections' is not defined #16

Closed
itsderek23 opened this issue Feb 8, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@itsderek23
Copy link
Contributor

The example_run_emotion_recognition.py script appears to broken w/the latest update. I'm seeing the following error when running the script:

Traceback (most recent call last):
  File "example_run_emotion_recognition.py", line 75, in <module>
    emotion = e_states[np.argmax(detections)]
NameError: name 'detections' is not defined
@itsderek23
Copy link
Contributor Author

Fixed via 90ea036 (updating RPi .so) and 6109ed8.

ConnorChristie pushed a commit to ConnorChristie/depthai that referenced this issue May 12, 2020
Pass the NN-to-depth-bbox-mapping from device
jdavidberger pushed a commit to constructiverealities/depthai that referenced this issue May 26, 2022
Gen1 updates: FrameMetadata all streams, sync seqNo, IMX477 RPi HQcam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants