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?
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.