This repository was archived by the owner on Nov 9, 2023. It is now read-only.
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
synthesizer demo does not work #76
Open
Description
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.