Skip to content

FakerYFX/InceptText-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InceptText-Tensorflow

An Implementation of the alogrithm in paper IncepText: A New Inception-Text Module with Deformable PSROI Pooling for Multi-Oriented Scene Text Detection

Introduction

Tensorflow=1.4.0

Preparation

1.gcc 4.9

2.cuda8.0

3.cd lib && make

  • 可能遇到的错误:

1.error1

解决办法:把cuda路径添加到系统环境变量,然后改为#include<cuda.h>

2.error2

解决办法:找到nsync_cv.h的绝对路径然后include

3.error3

解决办法:找到nsync_mu.h的绝对路径然后include

Download

1.Models trained on ICDAR 2017

2.Resnet V1 50 provided by tensorflow slimResNet-v1

Train

python train_main.py

Test

python test.py

About

An Implementation of the alogrithm in paper IncepText: A New Inception-Text Module with Deformable PSROI Pooling for Multi-Oriented Scene Text Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published