ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
Other
5.09k stars 1.37k forks source link

Error in gason.m #247

Open akmal871026 opened 1 year ago

akmal871026 commented 1 year ago

Dear Sir,

I got error like below

Unrecognized function or variable 'gasonMex'.

Error in gason (line 53) out = gasonMex( 'convert', in );

Error in CocoApi (line 61) coco.data=gason(fileread(annFile)); end

Error in unpackAnnotations (line 7) coco = CocoApi(annotationFile);

What should I do?