Closed NickleDave closed 4 years ago
because for VOC we want all classes present in addition to largest and random class if required
so for both searchstims and VOC, return dictionary with {'img', 'target'}
{'img', 'target'}
additionally for VOC, if largest transform is specified then add 'largest', if 'random' is specified have 'random' ... and so on
also include visual search difficulty score as a key for VOC
VOC dict should have
because for VOC we want all classes present in addition to largest and random class if required
so for both searchstims and VOC, return dictionary with
{'img', 'target'}
additionally for VOC, if largest transform is specified then add 'largest', if 'random' is specified have 'random' ... and so on
also include visual search difficulty score as a key for VOC