ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
475 stars 122 forks source link

Train on Total-Text-Dataset #107

Open HassanBinHaroon opened 1 year ago

HassanBinHaroon commented 1 year ago

I have downloaded the Total-Text-Dataset that contains images and ground truths in the form of .txt files.

I want to re-train this on Total-Text-Dataset.

Kindly advise how do I register the Total-Text-Dataset for textfusenet.

Thanks!