README.md

May 23, 2019 · View on GitHub

Microsoft COCO Caption Evaluation Tools

Modified the code to work with Python 3.

Requirements

  • Python 3.x
  • Java 1.8
  • pycocotools

Tested on

  • Windows 10, Python 3.5.

To fix Windows JVM memory error:

Add the following in System Variables
    Variable name : _JAVA_OPTIONS
    Variable value : -Xmx1024M


Original code : https://github.com/tylin/coco-caption

Contents

  1. 1Microsoft COCO Caption Evaluation Tools
  2. 1.1Requirements
  3. 1.2Tested on
  4. 1.3To fix Windows JVM memory error: