ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genCOCOMask.m

quchang3 opened this issue · comments

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?

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.