Skip to content

Hxx2048/FOTS.PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I have finished the detection branch and am still training the model to verify its correctness. All the features will be published to develop branch, and keep master stable.

  • ICDAR Dataset
  • SynthText 800K Dataset
  • detection branch
  • eval
  • multi-gpu training

Questions

  • Should I fix weights of the backbone network, resnet50 ?
    for param in self.backbone.parameters():
        param.requires_grad = False

Introduction

This is a PyTorch implementation of FOTS.

About

FOTS Pytorch Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.7%
  • Python 12.3%