Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

测试出错 #2

Open
cvmaker93 opened this issue Jan 19, 2017 · 3 comments
Open

测试出错 #2

cvmaker93 opened this issue Jan 19, 2017 · 3 comments

Comments

@cvmaker93
Copy link

你好!我用的也是2016b,但是还是出现了下面的问题:
>> shibie
等号右侧的输出数目不足,无法满足赋值要求。

出错 rcnnObjectDetector/detect (line 561)
[bboxes, boxScores] = this.RegionProposalFcn(Iroi);

出错 shibie>picture_Callback (line 167)
[bboxes, ~, ~] = detect(cifar10NetRCNN.cifar10NetRCNN, frame);

出错 gui_mainfcn (line 95)
feval(varargin{:});

出错 shibie (line 42)
gui_mainfcn(gui_State, varargin{:});

出错
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)shibie('picture_Callback',hObject,eventdata,guidata(hObject))
计算 UIControl Callback 时出错

请问这个怎么解决,谢谢!

@chenjoya
Copy link
Owner

看样子似乎是detect函数的问题,难道是ubuntu下的Matlab版本detect函数定义不同?你可以help detect 看看这个函数的用法。我的是在WINDOWS下跑的,无误

@Victoria2333
Copy link

hi,i also experienced the same question,and i run this code in WINDOWS.
I run your new version,but only original image can show in GUI,other three pictures cannot show,it seems these buttons don't work...

@cossintanltz
Copy link

运行GUI 出现这个错误。引用了不存在的字段 'selective_search'。

出错 MainWindow>RegionProposal_Callback (line 179)
[Proposals,Scores]=Predictor.selective_search;

出错 gui_mainfcn (line 95)
feval(varargin{:});

出错 MainWindow (line 42)
gui_mainfcn(gui_State, varargin{:});

出错 @(hObject,eventdata)MainWindow('RegionProposal_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating uicontrol Callback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants