MaksymSofer
MaksymSofer

python3 translate_demo.py --verbose --use-inpainting --translator=google --target-lang=ENG --image Downloads/26CanvasAsImage.png
[nohup.log](https://github.com/zyddnys/manga-image-translator/files/9094770/nohup.log) Here full nohup of run with your last commit
[pip_pkg_list.log](https://github.com/zyddnys/manga-image-translator/files/9101469/pip_pkg_list.log) these are my pip packages
You talking about **utils.py**: method: ``def findNextPowerOf2(n): i = 0 while n != 0 : i += 1 n = n >> 1 return 1
issue seems resolved with --force-horizontal
I did overcome this issue in the following way on Ubuntu 20.04: 1. git clone https://github.com/lucasb-eyer/pydensecrf.git 2. sudo apt-get remove cython 3. sudo pip install -U cython 4. Execute **python...
Does system check presence of at least one api-key for DuckDuckGO \ Bing \ Google? would be good to have some system message in console " api key for X...
+1 any news on this?