Open qinannan opened 6 years ago
Hi @qinannan this means that you do not compile the c code using mex xxx.cpp or mex xxx.c
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.
hi, I have a problem! I can't get the variable mask used in encode function
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 ));