opconty / pytorch_ctpn

This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network). You may want to finetune from: https://drive.google.com/open?id=1JHhI4sEIXfs5gDa1I9AgJBY477HTzAd0
https://mp.weixin.qq.com/s/VO42GzwwJBOabpPJOWVn4g
291 stars 124 forks source link

training-data sample #8

Closed mrocr closed 4 years ago

mrocr commented 5 years ago

@opconty What type of labels are required for the training-data? Can you provide a sample of the training data?

Waiting for your reply

980044579 commented 5 years ago

You can modify the corresponding data reading module according to your actual data format.