lenik terenin
lenik terenin
There's a minor difference in openCV version 2.x and 3.x, it might be nice to use something like this: ``` if opencv_version() == 2: fourcc = cv2.cv.FOURCC(*output_format) elif opencv_version() ==...
Nice utilities, saved me maybe a day or two writing similar stuff. One minor problem, though, the caltech 2014 dataset is basically .jpg files packed in a sequence. Unpacking them...
Inference works perfectly with the pre-trained model. However, when I try to train, I get the following error. Looks like things have changed from TF1.4 to TF 1.13 and I'd...
Stockfish: > lsdfjk > Unknown command: lsdfjk > setoption name MultiPV 10 > No such option: MultiPV 10 I wish I get the error message every time I give invalid...
There's a personality "wild" described in the docs, but it's not available after "sudo make install", I can see it in the distribution files, but it's not copied to /usr/local/share...
I have Ubuntu 14 (g++ 4.8, unable to build the engine because of c++14 requirements), and another box with Ubuntu 16 (g++ 5.4, which builds the engine just fine). Problem...
In the file `commandlinenn.md` there's file `putznn.py` mentioned briefly. I wonder, if you could put this file somewhere in the repository, please?
In one of the samples there's the code: ``` to.reportMatch(table, [2,0,0]) elif per < 47: to.reportMatch(table, [2,1,0]) elif per < 60: to.reportMatch(table, [0,2,0]) elif per < 97: to.reportMatch(table, [1,2,0]) elif...
ZeroDivisionError: float division by zero -- seems to be a different one from reported previously
This happened for the game downloaded from lichess, it had a proper PGN header, but the game was "1. e4 e6 0-1" -- that's it, white resigned. ``` An unhandled...
## Describe your environment * Operating system: Linux (Ubuntu flavour) * Python Version: 3.10.12 * CCXT version: 4.2.3 * Freqtrade Version: 2024.7-dev-3b05d680c Note: All issues other than enhancement requests will...