synthesizer demo does not work
zeus07 opened this issue · 2 comments
zeus07 commented
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.