MhLiao / DB

A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
2.1k stars 479 forks source link

ICDAR 2015 validation #355

Closed HotaekHan closed 1 year ago

HotaekHan commented 1 year ago

Hello,

I have a questions about validation augment process.

in augmnet_data.py, line 65 annotation is just copied to new_poly. but image is resized. so coordination of annotation is not matched for resized image. is it bug? in my experiment, it cause significant different results.

one more thing, in make_icdar_data.py, line 17 what is affect self.debug value to results? i changed to self.debug = True, the results also changed. why?

Thanks.