Spaces:
Sleeping
Sleeping
File size: 481 Bytes
6e32a75 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
Microsoft COCO Caption Evaluation Tools <br />
---
Modified the code to work with Python 3. <br />
### Requirements
* Python 3.x
* Java 1.8
* pycocotools
---
### Tested on
* Windows 10, Python 3.5.
---
### To fix Windows JVM memory error: <br />
Add the following in System Variables <br />
Variable name : _JAVA_OPTIONS <br />
Variable value : -Xmx1024M <br />
---
Original code : https://github.com/tylin/coco-caption <br />
|