NickleDave / visual-search-nets

neural network models of visual search behavior
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

ENH: make 'searchstims' train/test work for VSD/VOC dataset #92

Closed NickleDave closed 2 years ago

NickleDave commented 2 years ago

make it possible to train with Pascal VOC dataset images, using the .csv representing the Visual Search Difficulty dataset, by converting that .csv to the same format used by 'searchstims'. (See paper repo for script that does this.)

Key change is to add 'CE-VSD' loss, that causes training with 'searchstims' to use a different set of transforms