Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TextFuseNet Docker

Requirements

  • docker with Nvidia GPU Support
  • docker-compose

Config

You can configure the paths and models in the .env file. I would recommend trying it with the default settings before.

Installation

  1. Download models as described in here (Default: model_ic15_r101.pth).
  2. Add some image files to the input_images folder. (JPG format)
  3. Run docker-compose up --force-recreate in this directory. If you runned into the 'GPG error' problem in the 'RUN apt-get update' step of the Dockerfile, you can replace the Dockerfile contents with the commands in Alternate.txt.
  4. You can find the processed images the output_images directory.