error in gason mask rcnn
이전 댓글 표시
Dear Sir,
I got error when run the code of mask rcnn.
the error like below
but all the step I was follow correctly.
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);
댓글 수: 7
Walter Roberson
2023년 5월 9일
The distribution there provides .mex* files for MacOS Intel, and for Linux. For Windows you would probably have to mex gasonMex.cpp and possibly maskApiMex.c as well. (I do not know if the package supports Windows; I do not see any remark indicating it does not support it.)
mohd akmal masud
2023년 5월 9일
편집: mohd akmal masud
2023년 5월 9일
Walter Roberson
2023년 5월 10일
If you are using Windows, you will need to compile the files. To do that you could try changing your current directory to coco/MatlabApi, and then giving the commands
mex gasonMex.cpp
mex maskApiMex.c
If both of those work, then add the coco/MatlabApi folder to your MATLAB path using pathtool.
mohd akmal masud
2023년 5월 10일
편집: mohd akmal masud
2023년 5월 10일
mohd akmal masud
2023년 5월 10일
Walter Roberson
2023년 5월 10일
https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/issues/110 has some assistance on that.
mohd akmal masud
2023년 5월 10일
편집: mohd akmal masud
2023년 5월 10일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!