SURFZJY / Real-time-Text-Detection-DBNet

PyTorch re-implementation of ''Real-time Scene Text Detection with Differentiable Binarization'' (AAAI 2020)
Apache License 2.0
97 stars 19 forks source link

Inconsistent image input size #4

Closed arufus closed 4 years ago

arufus commented 4 years ago

Thank you for your amazing code!! I am a little confused about the input size of training data and predict data. During training, the image size was set to (640, 640), while during predicting, the image size was set to (736, ) or (, 736), can you tell us why the input size are different? Thanks so much!!

suhas004 commented 2 years ago

Hello even i have same doubt? Did you found out the reason? @arufus