Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ Webdatasets only contain behavioral information, .tar filename numbering corresp
|
|
6 |
|
7 |
behavior numpy files correspond to the following order, in relation to the variables listed here: https://cvnlab.slite.page/p/fRv4lz5V2F/Untitled
|
8 |
|
|
|
|
|
9 |
behavior = {
|
10 |
- "cocoidx": int(behav.iloc[jj]['73KID'])-1, #0
|
11 |
- "subject": subject, #1
|
|
|
6 |
|
7 |
behavior numpy files correspond to the following order, in relation to the variables listed here: https://cvnlab.slite.page/p/fRv4lz5V2F/Untitled
|
8 |
|
9 |
+
"-1" values were used in place of NaN.
|
10 |
+
|
11 |
behavior = {
|
12 |
- "cocoidx": int(behav.iloc[jj]['73KID'])-1, #0
|
13 |
- "subject": subject, #1
|