我也出现了类似的问题😓
我的问题是错误使用
imread>get_full_filename (line 566)
文件 "*.jpg" 不存在。
出错 imread (line 375)
fullname = get_full_filename(filename);
出错 PutUpImread (line 19)
disgustface = imread('*.jpg');
imread>get_full_filename (line 566)
文件 "*.jpg" 不存在。
出错 imread (line 375)
fullname = get_full_filename(filename);
出错 PutUpImread (line 19)
disgustface = imread('*.jpg');
可能是路径错了:
(1)当前路径下有没有jpg文件存在?
(2)如果有的话,命令修改为disgustface=imread(‘\*jpg’)试试
(1)当前路径下有没有jpg文件存在?
(2)如果有的话,命令修改为disgustface=imread(‘\*jpg’)试试