MhLiao/DB

ICDAR 2015 validation

HotaekHan opened this issue · 0 comments

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.