You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the latest version of EdgeTPU on a Raspberry PI.
When I run synthesizer.py, I see the skeleton overlay but no sound is output regardless of movement. I can verify that Fluidsynth works with sample midi files. After some debugging, it appears the lines
left = pose.keypoints.get('left wrist')
right = pose.keypoints.get('right wrist')
don't return anything as the script never gets beyond the continue statement on the following line.
Running the latest version of EdgeTPU on a Raspberry PI.
When I run synthesizer.py, I see the skeleton overlay but no sound is output regardless of movement. I can verify that Fluidsynth works with sample midi files. After some debugging, it appears the lines
don't return anything as the script never gets beyond the
continuestatement on the following line.