I want to detect text from images, I am planning to custom train YOLOv9 with synthtext dataset. I cloned the repository and tried to get the images but got just sample 5 images. How to generate 2000 images from that?
DATA_URL = 'http://www.robots.ox.ac.uk/~ankush/data.tar.gz' Do I have to give my own custom background images here in this path?
or DATA_PATH = 'data' is this where I have to provide images?
I want to detect text from images, I am planning to custom train YOLOv9 with synthtext dataset. I cloned the repository and tried to get the images but got just sample 5 images. How to generate 2000 images from that?
DATA_URL = 'http://www.robots.ox.ac.uk/~ankush/data.tar.gz' Do I have to give my own custom background images here in this path?
or DATA_PATH = 'data' is this where I have to provide images?