OctoMY™
OctoMY™
This kind of tool usually has an optional command line available like this: `tool --output my_output_image.png my_input_image.png` This is very useful, especially in cases where you want to keep the...
I am running the bare bones code below with latest release version of gophercloud and it produces this error message: **json: cannot unmarshal array into Go struct field response.versions of...
I noticed that CREPE seems to be trained on sample data in 16kHz. I want to use this in an open source karaoke software I am working on which is...
Hi! I just noticed that some of the kernels are GPL. Is that on purpose?
I am having trouble implementing this example but by using `onData()` handler instead of `collectData()`: https://github.com/azadkuh/qhttp/tree/master/example/postcollector Would you be so kind as to give us some pointers? In short, my...
Hi! I'm struggling with implementing a server. I started out with keep-alive example but for some reason the json body received always appears to be 0 bytes long (it is...
gophercloud has had a very big upgrade since this project was last released which was my main motivation for this PR. Underway I discovered that the packagemanager in use was...
Hello! I am currently implementing a karaoke machine with a sing-star like game for fun and so far I love your lib, it seems to work out of the box...
I cloned repo, installed pipenv, ran pipenv shell in my exising env and then started tflite_tools.py with the official [SPICE model](https://tfhub.dev/google/lite-model/spice/1) (audio pitch tracking model by google, included with tf)...
As a user of f3d I would like to see support for [orthographic projection](https://en.wikipedia.org/wiki/Orthographic_projection). Currently only perspective projection is supported. My use case is that I will render thumbnails of...