-
we can't use the latest ffmpeg to optimize the video because they change the command but in Real-ESRGAN docs, there's no new command.
-
试着使用[Real-ESRGAN V0.2.5.0 Release Note](https://github.com/xinntao/Real-ESRGAN/releases/tag/v0.2.5.0)中提供的二进制文件适配mac,但是似乎只能将[realesrgan-ncnn-vulkan-20220424-macos.zip](https://github.com/xinntao/Real-E…
-
This would also keep_duration. Feature originally attempted in d8d62fd04a73baf649a6c7c174bc003149ec21df but abandoned due to confusing coding practices
- [ ] Add compatbility for Method B first
- …
-
This code is pretty clearly assuming CUDA:
https://github.com/joeyballentine/ESRGAN/blob/b13baabcdac1ab098ae91debce7e1ce85bc48f7c/utils/dataops.py#L44-L55
When doing CPU inference (at least on m…
-
I'm getting this error:
```
./realesrgan-ncnn-vulkan: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./realesrgan-ncnn-vulkan)
```
-
Hello! At the `inference_realesrgan.py` there are the following lines of code:
```python
if args.scale == 2:
mod_scale = 2
elif args.scale == 1:
mod_scale …
-
我在运行 real-esrgan的train.py时出现 这个错误,请问怎么解决,谢谢
![GQ3IXBM$S0`F_U0OHE0C~W6](https://user-images.githubusercontent.com/104413351/178130230-0f37b861-50f2-41b1-81f8-c51b5f1cf185.png)
!
-
OST: https://openmmlab.oss-cn-hangzhou.aliyuncs.com/datasets/OST_dataset.zip无法下载了
-
RealESRGAN windows binary does not produce results any more since I updated my GPU drivers.
My command line is: -i "out.webp" -n realesrgan-x4plus -o "out.webp"
It just does this before the next …
-
realesr-general-x4v3的训练是与real-ESRGAN的训练方式一样吗,训练的options的yml文件能不能分享一下,学习率什么的各种参数的设置,感谢!!