WRH
WRH
I think so. But you need to try. Whole body sounds hard than face.
This is quite a general question because GPU utilization can be affected by many factors including data loading from the disk, data preprocessing (i.e. pipeline) which rely on CPU, and...
pth 文件单击即可下载,放到work_dirs/dim_stage3/latest.pth这个位置即可,或放到其他位置并对应修改命令行参数,你这个已经跑起来了应该是正确处理了的。 另外我尝试了下你的命令没有报错,可以正常运行,请问你使用的mmedit版本和mmcv版本分别是多少?
You can check your working directory. Usually, we launch training at the root directory of mmediting.
Does `ls data/REDS/train_sharp_bicubic/X4/000/00000000.png` at current working directory output the correct file? > I met the same problem, but the working directory is right.
It indicates the error at line 224 of `real_esrgan.py`. So please print `lq_path` there to check, and also please check the `lq_path` in your config file.
This logic is written in tensor2img functon. If you want to save different frames as different image files, you can modify the part you paste here, i.e. the save image...
第一个问题: if save_image 这个下面的就是存图的逻辑,你可以根据你的需求自由发挥,目前的代码大体来讲就是根据data里面的path确定存图的路径,再把4维数组拼成拼图的样子保存,你可以自己根据自己的需求改一下。 第二个问题: meshgrid是没什么影响的,我们近期也会做一个更新加入这个参数。 upsample应该不会影响因为realbasicvsr里面的upsample是2整倍,所以应该是不影响。
Please try git clone the repo instead of downloading the zip and extract.
The error is still `fatal, not a git reposository`? like 