We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b4579 commit 08767cdCopy full SHA for 08767cd
README.md
@@ -9,4 +9,5 @@ onnx文件在百度云盘,下载链接:https://pan.baidu.com/s/18g918VdcyODd
9
10
在编写完程序后,测试了多张图片,发现如果输入图片是清晰的图片,那么经过CodeFormer的推理之后,
11
得到的图片反而变形走样了,使得图片变得清晰了。因此,一套合理的程序是,在执行CodeFormer之前,
12
-对输入图片做一个模糊检测,如果判定图片是模糊的,才能输入到CodeFormer
+对输入图片做一个模糊检测,如果判定图片是模糊的,才能输入到CodeFormer。试验分析,可以看我的
13
+csdn博客文章 https://blog.csdn.net/nihate/article/details/112731327
0 commit comments