Owen718
Owen718
I need your help! Thank you very much!
我使用了作者提供的预训练模型,测试了o-haze数据集,发现效果并不好,大家有遇到类似的情况吗?
Same issue! version is 2.0.3
我不清楚作者用的可变性卷积具体是哪个实现,不过你可能可以尝试以下这个: [simple-pytorch-deformable-conv-2d](https://github.com/developer0hye/Simple-PyTorch-Deformable-Convolution-v2)
您好,建议多跑跑,调调参,我会尽快更新code,推理代码和权重已放出,欢迎引用、比较。
+1 下载失败,文件不合法或者被禁止下载
Hello, to the best of my knowledge, it seems that JIT does not support variable resolution input. I have attempted to address this issue, but without success. The reason for...