Switch to unified view

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