Open hirios opened 5 years ago
Hello brother, have you solved this problem? I have the same problem, can you help me?
Hello brother, have you solved this problem? I have the same problem, can you help me? @S130111
I ended up using another waifu2x project also made in python. https://github.com/tsurumeso/waifu2x-chainer
I used it on a Google Colab notebook (you have to turn on the GPU usage). You can send the video from your computer or get a video that is in the root folder of your Google Drive, I prefer the latter. It will perform the upscale and transfer your video to the google drive, where you can download the final version.
Here is the link for you to try to use my code in google colab. Any questions, add me on the whatsapp:
https://colab.research.google.com/drive/1jye__2HTripTvwi6mU6CiS55ZyoErLGO https://api.whatsapp.com/send?phone=5511986274293&text=Hey%20Alan
Using the command
python2 cl-waifu2x.py alan.png saida.png models/scale2.0x_model.json
I ended up with this error: File "/home/amaimond/Documentos/PROJETOS PY/gomu para testes/even/venv/lib/python2.7/site-packages/pyopencl/init.py", line 1385, in create_some_context platforms = get_platforms() pyopencl._cl.LogicError: clGetPlatformIDs failed: PLATFORM_NOT_FOUND_KHR I tested with python 3 too and could not Please, could you help me solve it?