Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ After downloading the images and annotations, run the Matlab, Python, or Lua dem

To install:
-For Matlab, add coco/MatlabApi to the Matlab path (OSX/Linux binaries provided)

-For Python, run "make" under coco/PythonAPI
--The package pycocotools requires cython and a C compiler to install correctly. You can also install pycocotools as follows:
-- On Linux, run pip install git+https://github.com/waleedka/coco.git#subdirectory=PythonAPI&egg=pycocotools
-- On Windows, run pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI&egg=pycocotools

-For Lua, run “luarocks make LuaAPI/rocks/coco-scm-1.rockspec” under coco/