MaskTextSpotterV3 icon indicating copy to clipboard operation
MaskTextSpotterV3 copied to clipboard

Can I get a single character box?

Open HHeracles opened this issue 3 years ago • 4 comments

Hello @MhLiao ,We can get each character's mask in your program,but each character's mask only covers a part of the character. Now, I want to get the feature map for each character area, so I need to get the boxes for each character. First,I want to save char boxes. Can we get character boxes without changing the model structure? If so, how to do?

HHeracles avatar Oct 07 '20 15:10 HHeracles

You can get the char boxes from char_mask like this. The char_mask can obtain like this.

MhLiao avatar Oct 19 '20 14:10 MhLiao

@MhLiao Thank you very much for your careful reply and patient answers to every question. But this way we get a character box that only frames part of the character, not the whole character, right?

HHeracles avatar Oct 20 '20 01:10 HHeracles

@HHeracles Right

MhLiao avatar Nov 03 '20 04:11 MhLiao

@MhLiao Thanks for your reply! And I want to ask another question. When fine-tuning training, we used multiple data sets,If we set batchsize to 1, can we train normally?Regardless of the time efficiency of training, whether the correct training results can be obtained

HHeracles avatar Nov 04 '20 12:11 HHeracles