Filip Sondej
Filip Sondej
@hoangthang1607 Didn't help for me
For me, reducing the resolution helped, just as @gy29289957 said. Other option is to keep the same resolution, but decrease fps. Unfortunately, `--fps` option doesn't work for me. I don't...
So is it possible? This would be really useful.
In case anyone is having the same problem, I found a workaround. I remap input combination to some unused single key. For me, unused keys where: `hanja, henkan, katakana, hiragana,...
Here: ``` { "imap": [ ["kj", ""], ["jk", ""], ], "nmap": [ ["J", ""], ["K", ""], ], // set unnamedplus // If true, yanking without specifying a register will also...
Hmm, I still have this problem with the steps you mentioned. I even reinstalled the whole jupyter stack, and cleared all my configuration. Now all I have is: ``` JupyterLab...
But if I'm the only one getting this problem, it must something wrong with my environment.
I've been waiting for this feature for long, and it's critical for me. Thank you
I had a similar problem. Solved it by installing openblas. On arch just: pacman -S openblas And then, reinstalling dlib.
Hi! It would complicate the logic a bit, but it's possible. This would require adding a function generating these splits in https://github.com/fsondej/autocorrect/blob/master/autocorrect/typos.py and in https://github.com/fsondej/autocorrect/blob/master/autocorrect/__init__.py assigning scores to those splits,...