Visual Question and Answer on spatial data from a generated synthetic geometrical dataset
A dataset is created by running the generator:
python dataset_generator.py
Image files are w
The generator is parameterised by the config file config.json
The image size.
Range of possible object sizes as a proportion of the image size.
How many objects in each image. Ramdomly selected from this range.
The number of questions generated for each image
If set to true, palcement of shapes is constrained so that bounding boxes don't intersect.
The output directory for the dataset.
The image filename prefix.
The number of images to be generated in the dataset.
Not currently used.