bob mcgrath
bob mcgrath
I don't like how it instructs you to use the different key bindings, but you can only use them a set small number of times.
When I run the start-all client command, it gets as far as the handshake then gets stuck. I have been using go-http-tunnel reliably for months to ssh into my remote...
I am trying to detects a specific click from a clicker using a matrix voice so I installed ODAS web in order to see what the matrix sees. The sound...
I'm trying to figure out how to view the spectrogram and its deltas for the CNN code similar to the way the spectrogram is viewed in the feedforward network code....
I have run my image through sr.py but the image in the output folder looks the same when it is done.
### Description I could use some clarification on the different 3.3v rails in the schematic for the som and dev board. What is the difference between V3V3 on the header,...
### Description I am trying to be able to use the serial download functionality to be able to recover my coral som attached to a custom base PCB (currently I...
When I run make test after install I get this error and I don't know what it means. I'm installing on a clean LXD container running ubuntu 18.04. Test project...
I'm just wondering how long this takes to send a few seconds of audio. Thanks.
I am trying to have a marker change color when I click it. the command looks like this ``` def click_command(self, marker): marker.marker_color_circle=self.blue marker.draw() print(marker.text) ``` This does not work...