Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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```