Sam
Sam
You'll need to quantify the latency of initiating audio streaming/recording. I think when we were looking into using audio chrips for synchronization the variable latency of starting/stopping audio streaming was...
> Is the reset sampling method possible to fix the start of the audio stream into the target period? Since its variance is large, it may require many more iterations....
Hello, thank you for the debug information, lets see, the accuracy is dependent on a couple things (have a look at the abstract and further for more information https://arxiv.org/abs/1812.09366 ):...
As a soft counter to that, among several existing technologies already on phones, face-detect on most smartphones is now done using an ML model, and that's running real-time on a...
Right now [/u/ChessFenBot](https://www.reddit.com/user/ChessFenBot/) runs as a [docker image](https://hub.docker.com/r/elucidation/tensorflow_chessbot/) on a google cloud instance, running a ubuntu variant. I happened to already have an [n1-standard-1](https://cloud.google.com/compute/docs/machine-types) instance running for other work. It...
Probably not, since the ML model takes in the chess tile images. You could however find and crop the chessboard from the original image, rescale to 256x256 px and pass...
Good point on the table. How would you be hosting the generator? I'd like the bot to be using something that should be running reasonably consistently for the next few...
As ddugovic said, moving under #42
Likely the JavaScript online model and the local Python one have some preprocessing step differences such as image resize etc. , Have a look in https://github.com/Elucidation/ChessboardFenTensorflowJs I don't remember if...
There's no specific preferred size, it eventually gets scaled down to something like 32x32 pixels per chessboard tile, so possibly what's going on is the lined pattern texture from the...