kwikwag

Results 40 comments of kwikwag

FWIW I've copy+pasted the above examples into two working bits of code and a test, with just a few tweaks (functions receive and return bytes, raise `ValueError` rather than `RuntimeError`)....

I am not sure if I ran it right -- I used the config as provided and I get this: ``` 2020-02-29 13:51:24,952 - INFO - Starting new training run...

This is a problem with OpenCV 4.5.2. Better stick to 4.5.1 for now, or convert the point to a tuple of `int`s: pt = tuple(int(x) for x in pt) Reported...

These are requirements of Tamir.SharpSSH but are not properly listed in the [Nuget repository](https://www.nuget.org/packages/Tamir.SharpSSH/). I contacted the author. Best, I think, for now, so type in at the Nuget package...

I implemented an extra optional `opts` argument to `fromArrayBuffer` in [my fork](https://github.com/kwikwag/base64-js). I did so before seeing this pull request, so maybe there are some ideas from here I can...

#4119 is a dup of this, and seemed to have been fixed in Hebrew.

> ```python > TTwoItem: TypeAlias = Annotated[Sequence[int], 2] > ``` Could also be used to specify a range of valid lengths, e.g. ```python TTwoOrThreeInts: TypeAlias = Annotated[Sequence[int], range(2, 4)] ```...

Even though OpenCV is optimized, comparing with PIL still shows a similar gap in performance. It seems conversion to `float` is not a major part of the problem for `order==0`...

On second thought - if you are able to profile the performance of `zoom_shift` that will give a better clue as to what is going on. I wonder if there...