Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 577 Bytes

File metadata and controls

28 lines (19 loc) · 577 Bytes

Text Spotting

Pre-trained models

This repo contains scripts and tutorials for text spotting models training.

Setup

Prerequisites

  • Ubuntu* 16.04
  • Python* >=3.6
  • PyTorch* 1.4.0
  • OpenVINO™ 2021.1 or later with Python API
  • mmdetection (../../external/mmdetection)

Installation

  1. Create virtual environment and build mmdetection:
bash init_venv.sh
  1. Activate virtual environment:
. venv/bin/activate```