You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
我在windows下使用caffe2遇到一个问题:
首先介绍一下我安装caffe2的步骤:我先是执行caffe2/scripts/build_windows.bat,然后在caffe2/build下生成VS的工程文件,利用该工程便可以编译安装caffe2,但当我使用caffe2加载mask-rcnn模型文件后,提示“[E c:\users\wuchao\source\repos\caffe2\caffe2\core\operator.cc:114] Cannot find operator schema for BatchPermutation. Will skip schema checking.”,判断是因为没有安装detetron模块,于是我进入caffe2/build/modules/detectron目录,打开INSTALL.vcxproj工程文件,并执行生产操作,但并没有安装detectron模块到C:\Program Files\Caffe2下。
我查看了detectron下的源码,应该是支持cpu版本的,请问我应该如何操作?
The text was updated successfully, but these errors were encountered: