Open quchang3 opened 6 years ago
I had solve it 1 you can git this repo git clone https://github.com/djangogo/CoCo-Matlab-API-on-Windows.git 2 cd common & run compile.bat 3 cd MatlabAPI and change dir1&dir2 4 run buildMEXOnWindows.m get some libs 5 run genANNO 6 run genMask and next step for train`s data
@qinannan Thank you very much.
I had a Error Undefined function or variable 'maskApiMex'.
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 ));
how to solve it?