Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.1 KB

text-localization-environment

Build Status

The environment we will use to train our text localization agent.

For now, we will stick to the structure of the environment as laid out in the base paper. We conform to the OpenAi-Interface.

Installation

To install the package, clone this repository, open a terminal in the top folder of the package and call:

pip install -e .

To uninstall call

pip uninstall text_localization_environment

To use the environment, call

from text_localization_environment import TextLocEnv

To download the ResNet-152 caffemodel (it isn't downloaded automatically) see link and save it where necessary (an error will tell you where if you try to create a TextLocEnv).