xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.48k stars 320 forks source link

从Google drive 中找到的.pt文件似乎是错误的 #61

Open kevin-collins opened 5 years ago

kevin-collins commented 5 years ago

我想在C++中调用您的模型,但是我发现您所给出的.pt文件似乎是错误的,我无法调用它

xinntao commented 5 years ago

Is it OK to use the pre-trained model with the python script?

kevin-collins commented 5 years ago

Is it OK to use the pre-trained model with the python script?

I can use the pre-trained model in python.And I can normally use the other pt file with vs2019.But when I use the pt file from Google drive the error is called image

xinntao commented 5 years ago

The pt file only contains the network weights and they do not include the network definition. They are OK in our python codes.