cocodataset / cocoapi

COCO API - Dataset @ http://cocodataset.org/
Other
6.07k stars 3.75k forks source link

MatlabAPI does not work #190

Open manyaafonso opened 6 years ago

manyaafonso commented 6 years ago

When I try to build in Matlab R2017 (Linux Mint 18.1), I get: mex maskApiMex.c Building with 'gcc'. Error using mex /home/mafonso/cocoapi/MatlabAPI/private/maskApiMex.c:8:21: fatal error: maskApi.h: No such file or directory

include "maskApi.h"

                 ^

compilation terminated.

At least provide the complete source code if you are deleting the precompiled binaries.

yaoqi-zd commented 6 years ago

@manyaafonso Hi, I'm facing the same problem. have you fixed it ?

manyaafonso commented 6 years ago

@yaoqi-zd I have not fixed it but found the binaries from a forked version: https://github.com/nightrome/cocostuffapi/tree/master/MatlabAPI/private

yaoqi-zd commented 6 years ago

@manyaafonso thanks!

YangZeyu95 commented 5 years ago

i fix it follow https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/issues/202