Bladeren bron

fix typo in imagenet readme.

Konstantin Willeke 1 jaar geleden
bovenliggende
commit
63c4e6bb5c
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      imagenet scans/README.md

+ 2 - 2
imagenet scans/README.md

@@ -24,7 +24,7 @@ We provide the imagenet scans in the .zip format. Unzipping them will create two
         The indices of these arrays correspond to the `.npy` files in **data**. For example:
         ``` 
       # get meta data array
-      image_ids = np.load('./meta/trials/frame_image_id.npy')
+      image_ids = np.load('./meta/trials/colorframeprojector_image_id.npy')
       
       # relate meta data with neuronal data
       trial_image_id = image_ids[0]
@@ -33,6 +33,6 @@ We provide the imagenet scans in the .zip format. Unzipping them will create two
         ```
 
         Below are a list of important variables in this directory.
-        - `frame_image_id.npy`: contains unique image id. If the image is presented multiple times (which is the case in the test set) this image ID will be present multiple times.
+        - `colorframeprojector_image_id.npy`: contains unique image id. If the image is presented multiple times (which is the case in the test set) this image ID will be present multiple times.
         - `tiers.npy`: contains labels that are used to split the data into *train*, *validation*, and *test* set
         - `trial_idx.npy`: contains the index for each trial. It corresponds to the actual order of image presentations to the mouse.