matthias-k / pysaliency

Python Framework for Saliency Modeling and Evaluation
MIT License
151 stars 46 forks source link

[Bugfix] CAT2000 contained unnecessary files #57

Closed matthias-k closed 7 months ago

matthias-k commented 7 months ago

The CAT2000 dataset comes with additional saliency maps (I think AIM?) in subdirectories. For CAT2000 test they already have been removed as part of the pysaliency import, but for the train dataset this has been forgotten. This is now fixed, also there is a test for CAT2000_train v1.1 added.