imagefusion-rfn-nest icon indicating copy to clipboard operation
imagefusion-rfn-nest copied to clipboard

no test ran

Open ChNanAn opened this issue 2 years ago • 2 comments

我解压了模型和数据集 直接运行了 test21pair.py 出现了ImportError: cannot import name 'imread' from 'scipy.misc' 我查到The 'imread' function has been removed from the 'scipy.misc' module since version 1.3.0 我将utils.py中imread imsave imresize 分别替换为imageio.imread imagreio.imwrite resize后文件没有报错 然后我运行test21pair.py没有结果 控制台输出如下 image 我该怎么解决啊

ChNanAn avatar May 10 '23 07:05 ChNanAn

非常感谢,希望能尽快得到回复

ChNanAn avatar May 10 '23 07:05 ChNanAn

建议换成opencv的图片读取和保存函数看看

hli1221 avatar Nov 13 '23 09:11 hli1221