You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add microsaccades: interface and default model helper (#492)
* integrate brain-score/model-tools#75 to brain-score/vision
* add exception for when temp file write fails
* fix error with tf temp file management
* add bandaid to a DataAssembly index problem
* move microsaccades to the model side
* update comments
* remove indexing bug
* fix bug with activations.shape
* Apply suggestions from code review
Co-authored-by: Martin Schrimpf <mschrimpf@users.noreply.github.com>
* Delete brainscore_vision/data/scialom2024/__init__.py
* address review changes
* remove needless import
* fix bug with temporary file handling test
* assume number_of_trials=1 and require_variance=False when getting stored activations
* fix bug with access to ActivationsExtractorHelper.set_visual_degrees
* move extractor calls to ModelCommitment generic
* add check for whether activations_model exists
* fix bug with TestVisualDegrees
* add link to BrainModel issue
* remove shifts from stimulus set packaging
* change link signatures
* change microsaccade call signature
* microsaccades are now computed on both a pixel and degree basis
* Apply suggestions from code review
Co-authored-by: Martin Schrimpf <mschrimpf@users.noreply.github.com>
* fix outdated comments, type hints, etc.
* change function call to reduce repetition
* add kwargs to microsaccade helpers
* refactor microsaccade usage to their own class to improve readability
* refactor microsaccade coords into MicrosaccadeHelper
* refactor microsaccade building
* change the way MultiIndex is set
* fix tf/pytorch/keras bug with image shape calculation
* cv2 reshaping in translate
* add test for exact microsaccades
* fix microsaccade indexing
* rename test to be in line with current naming
* add require_variance to _from_paths_stored
* reduce unnecessarily long test times by reducing the number of trials tests run for, while keeping the test the same
---------
Co-authored-by: Martin Schrimpf <mschrimpf@users.noreply.github.com>
0 commit comments