sjscotti
sjscotti
@hahahaprince I am using the `EDVR_REDS_deblurcomp_L.pth` model and I am getting similar artifacts in some of the videos I am processing with EDVR. Are you doing blur_comp processing too, and...
Hi I am anxious to try out your code with my own images and I have modified the test_Vid4_REDS4_with_GT.py to not need GT images for `data_mode = 'blur_comp'`. It works...
As some additional information to my problem with 640 by 360 image inputs, here is the error message I am getting... ``` File "my_test_blur_comp.py", line 209, in main() File "my_test_blur_comp.py",...
If it helps debugging the problem, if the input images are 640 by 720, there is no problem. If they are 1280 by 360, the same `RuntimeError` mentioned above occurs....
That explains it! Thanks! I am satisfied if any others commenting on this issue want to close it out.
Hi I had the same problem and I traced it to `Tint` filter which is no longer a standalone filter but a `mode` of `BlendColor` filter. I think it will...
Hi! Yes, I have a NVIDIA GEFORCE RTX 2070 Super. Below is the result of the test you suggested... ``` (D:\conda_env\parlai160) D:\>python -c "import torch; print(torch.cuda.device_count())" 1 (D:\conda_env\parlai160) D:\> ```
I checked Blenderbot2 on both my Parlai 1.5.1 and 1.6.0 anaconda environments using this command... ``` parlai interactive -mf zoo:blenderbot2/blenderbot2_400M/model --search-server 127.0.0.1:8080 --n-docs 2 --fp16 true ``` I got the...
I did the `parlai interactive -mf zoo:blender/blender_3B/model` on 1.6.0 and saw no change in GPU usage, while under 1.5.1 the GPU usage went from 1.1GB to 7GB. One difference I...
That fixed it! But I need to note that with Windows you can't just do a `pip install parlai` for a **standard install** I needed to make a local copy...