xizero00 / CoCo-Matlab-API-on-Windows

This repo compiles the CoCo matlab binding on windows.
Other
6 stars 1 forks source link

maskApiMex #1

Open qinannan opened 6 years ago

qinannan commented 6 years ago

how to solve it? Undefined function 'maskApiMex' for input arguments of type 'struct'. Error in MaskApi.decode (line 84) masks = maskApiMex( 'decode', Rs );

Error in genCOCOMask (line 48) mask_crowd = logical(MaskApi.decode( coco_kpt(i).annorect(p).segmentation ));

xizero00 commented 6 years ago

Hi @qinannan this means that you do not compile the c code using mex xxx.cpp or mex xxx.c

qinannan commented 6 years ago

yeah.I had solve it.thanks

BuYiZz 邮箱:17826833315@163.com

Signature is customized by Netease Mail Master

On 09/07/2018 01:33, xizero00 wrote:

Hi @qinannan this means that you do not compile the c code using mex xxx.cpp or mex xxx.c

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

imanetaourarti commented 4 years ago

hi, I have a problem! I can't get the variable mask used in encode function