xizero00 / CoCo-Matlab-API-on-Windows

This repo compiles the CoCo matlab binding on windows.
Other
6 stars 1 forks source link

CoCo-Matlab-API-on-Windows

This repo adds support of the CoCo matlab binding on windows.

Requirments

  1. You have to install the vs2015 to support C99 standard while compiling the gason library on windows
  2. You have to set the default c++ and c compiler to vc2015, use mex -setup
  3. Download the coco dataset http://mscoco.org/dataset/#download

Compiling cocoapi on windows

  1. first you can find the compile.bat in the gason directory
  2. modify the path in commom/compile.bat to your own vs2015 directory then run it to compile gason and maskApi
  3. in the MatlabAPI directory you have to run the buildMEXOnWindows.m
  4. you can run the showKeypoints.m to show annotations