MouseTotalCapture commited on
Commit
ccd63e2
·
verified ·
1 Parent(s): 625acd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -12,6 +12,14 @@ tags:
12
  task_categories:
13
  - keypoint-detection
14
  - video-classification
 
 
 
 
 
 
 
 
15
  ---
16
  # PanoMouse Dataset
17
 
 
12
  task_categories:
13
  - keypoint-detection
14
  - video-classification
15
+
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: "train_annotations_2d.jsonl"
21
+ - split: test
22
+ path: "test_annotations_2d.jsonl"
23
  ---
24
  # PanoMouse Dataset
25