ckkelvinchan / RealBasicVSR

Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
Apache License 2.0
900 stars 134 forks source link

load checkpoint from local path: checkpoints/RealBasicVSR_x4.pth Killed #52

Open GusRoth opened 2 years ago

GusRoth commented 2 years ago

python inference_realbasicvsr.py configs/realbasicvsr_x4.py checkpoints/RealBasicVSR_x4.pth data/demp2.mp4 results/demo_001.mp4 --fps=59 2022-06-02 13:27:00,288 - mmedit - INFO - load checkpoint from torchvision path: torchvision://vgg19 load checkpoint from local path: checkpoints/RealBasicVSR_x4.pth Killed

why?

it even not use my memory and cpu ,gpu

I run it in wsl2 which support cuda

ckkelvinchan commented 2 years ago

I did not encounter this error before, I think this is related to MMEditing. Maybe you can raise an issue there

LiBai3121 commented 11 months ago

I have encounter the same error. Have you fixed it yet? Thanks

IceWind233 commented 8 months ago

Obviously, i encounted same problem and i raise issue