Beom

Results 32 comments of Beom

Thank you for your interest in our work. For your first question, DeepLab Large-FOV is equal to DeepLab-V1, and DeepLab-ASPP is equal to DeepLab-V2. The DeepLab-V2 code produces DeepLab-ASPP (ResNet-101)...

[please check CRNN paper](https://arxiv.org/pdf/1507.05717.pdf)

[click here](https://github.com/qjadud1994/Text_Detector/blob/master/Pytorch/weights/readme.md)

Due to overfitting, it is no wonder that it does not work properly in real images. so, I recommend pre-training with synthetic images and fine-tune with real data.

Z means padding. I used padding(Z) to equal the total length of the letters.

I could convert to polygons, but due to the characteristic of the training data, I think IoU by the rectangle is enough.

In fact, I did not really understand K.set_learning_phase (0). Since there was too much performance difference according to 0 or 1, I fixed it to 0 and did training and...

I do not really understand your comment. Is it reverse because I used go_backwoards = True in lstm_1b? If it is wrong, please let me know how to fix it.

Now I understand. I've been using it wrong so far. I modified your `model.py` code with your help. Thank you.