DeepTextSpotter icon indicating copy to clipboard operation
DeepTextSpotter copied to clipboard

How to pre-train?

Open Sam-Xin opened this issue 6 years ago • 3 comments

Hi, I encountered some problems in pre-training. First of all, I want to confirm a few questions.

  1. optim2.step(1): in this step, are you training on Regional Proposals or Best Proposals?
  2. When pre-training the recognition network alone, is the format of ground truth similar to this? cls x y w h alpha txt Finally, if you can teach me how to pre-train Detection Network and Recognition Networks with different data sets, this will be very helpful. Please help Thanks a lot

Sam-Xin avatar Jun 01 '18 08:06 Sam-Xin

On 06/01/2018 10:10 AM, Sam Xin wrote:

Hi, I encountered some problems in pre-training. First of all, I want to confirm a few questions.

  1. optim2.step(1): in this step, are you training on Regional Proposals or Best Proposals?

best proposals

  1. When pre-training the recognition network alone, is the format of ground truth similar to this? cls x y w h alpha txt

yes

  1. Finally, if you can teach me how to pre-train Detection Network and Recognition Networks with different data sets, this will be very helpful.

you need just data - and run the script. However, this project is dead - no development, I would recommend to use more recent projects (such as https://github.com/argman/EAST - quite close to current SOTA, also TF implementation is much nicer)

  1. Please help Thanks a lot

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichalBusta/DeepTextSpotter/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6jsLVWeFf_OX0HfNpqpAf5ZrGbpdvsks5t4PcDgaJpZM4UWRrv.

MichalBusta avatar Jun 13 '18 14:06 MichalBusta

@MichalBusta Thank you for your answer, it's very helpful to me.

Sam-Xin avatar Jul 15 '18 05:07 Sam-Xin

hi, @Sam-Xin @MichalBusta I have some confusion and need your answer: What is stored in args.train_list,args.valid_list and "/home/busta/data/SynthText/train_icdar.txt" in tiny.prototxt. Thanks!

DachengLiu1994 avatar Jan 09 '19 01:01 DachengLiu1994