Skip to content

sks3i/pycocoevalcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages