Windows环境下编译 matconvnet的坑(2)
未定义函数或变量 'export_fig'。
出错 tiny_face_detector (line 197)
export_fig('-dpng', '-native', '-opengl', '-transparent', output_path, '-r300');
解决方案:
下载export_fig包解压即可,下载地址:https://github.com/altmany/export_fig/tree/2763b786d28e09da3d8d82f45517a6fbd09b547e
添加到matlab当前路径下
结果