Scores on benchmarks
Model rank shown below is with respect to all public models.| .071 |
average_vision
rank 425
99 benchmarks |
|
| .141 |
behavior_vision
rank 262
43 benchmarks |
|
| .130 |
BMD2024
rank 160
4 benchmarks |
|
| .104 |
BMD2024.dotted_1Behavioral-accuracy_distance
v1
rank 147
|
|
|
100 images
|
||
| .126 |
BMD2024.dotted_2Behavioral-accuracy_distance
v1
rank 127
|
|
|
100 images
|
||
| .155 |
BMD2024.texture_1Behavioral-accuracy_distance
v1
rank 138
|
|
|
100 images
|
||
| .136 |
BMD2024.texture_2Behavioral-accuracy_distance
v1
rank 150
|
|
|
100 images
|
||
| 1.0 |
Hebart2023-match
v1
rank 1
|
|
|
1854 images
|
||
How to use
from brainscore_vision import load_model
model = load_model("bp_resnet50_julios")
model.start_task(...)
model.start_recording(...)
model.look_at(...)
Brain Encoding Response Generator (BERG)
Through the BERG you can easily generate neural responses to images of your choice using any Brain-Score vision model.
For more information on how to use BERG, see the documentation and tutorial.