Nasrin Rahimi

Results 5 comments of Nasrin Rahimi

In my case, I removed all previous build files from /archs/dcn folder including builds, deform_conv.egg-info , __pycache__, and .so file, then I rebuilt them by running ```python setup.py develop```, this...

Dear @xinntao You are right, thank you very much. The problem was solved by your suggestion. Actually, I have chosen the EDVR project as my course project and I want...

Dear @TouqeerAhmad @xinntao Thank you very much for your suggestion. I changed the strict_load to false to prevent the mismatch, in both models(nf=64 and nf=128), but it didn't solve the...

Thanks for your response @ckkelvinchan How can I fix it? Using config file? I did change nothing in config file but `--resume-from .../results/BasicVSR_plus_plus/train/iter_565000.pth`. What may cause this error?

Dear @ckkelvinchan I found out that I have removed @BACKBONES.register_module() in basicvsr_pp.py file by mistake, I fix it and it works without problem. Thank you