You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: