i am trying to train text detection https://github.com/opencv/openvino_training_extensions/tree/develop/tensorflow_toolkit/text_detectio... and default it is set for image size 1280 * 768 , but i want to train it on cropped vehicle number plate, i have resized my images to 200*120px size with padding keeping the aspect ratio.
is there any doc available to understand config.yaml,
some fields there are like
min_area: 300
score_map_shape: [128,128]
train_image_shape : [512,512]
can someone please explain these. i tried setting train_image_shape with 200,120, and i got error operands could not be broadcast together with shapes (8,13,2)(8,14,2)
Thanks & Regards
Rawat