Datasets:
can you explain how you associate multiple images to the same text? is it by filename-*.tiff?
#4
by
huu-ontocord
- opened
can you explain how you associate multiple images to the same text? is it by filename-*.tiff?
In the texts array there are multiple None elements that indicate image placeholders. The order of the images in the tiff file is the order at which they appear in the document.
You split the big tiff file into smaller images based on the dimensions as I understand it right?