filick / torchcv

Self implementation of Rotation-Sensitive Regression Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RRD for Oriented Scene Text Detection

This is a pytorch implementation of Rotation-Sensitive Regression Detector (RRD, paper), based on torchcv. Probably we also add some skills used in Textboxes++.

TODO

  • ORN in RRD
  • inception block in RRD
  • support multiple scale in RRD
  • two-stage quadrilateral nms
  • ground truth mapping
  • data augmentation
  • loss function
  • train scripts

About

Self implementation of Rotation-Sensitive Regression Detector

License:MIT License


Languages

Language:Python 100.0%