heng0607
Results
2
comments of
heng0607
> > 我正在尝试使用个人自定义数据集微调训练基于参考的超分辨率模型。但是, _,我无法正确安装和运行任何 _依赖于 C2-Matching 代码库( [C2-Matching ](https://github.com/yumingj/C2-Matching)、 [DATSR ](https://github.com/caojiezhang/DATSR)、 [AMSA ](https://github.com/Zj-BinXia/AMSA)、 [MRefSR ](https://github.com/wdmwhh/MRefSR)由于 DCNv2 安装过程失败 > > 我在步骤中一直遇到错误 > > ``` > > cd mmsr/models/archs/DCNv2 > > python...
> @heng0607 Yes and I found an easier way to solve this issue. You just need this: > > ```shell > pip install mmcv-full > ``` > > Because in...