Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,10 @@ configs:
|
|
| 10 |
data_files:
|
| 11 |
- split: train
|
| 12 |
path: fly_split_error_annotations.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- config_name: mouse, merge errors
|
| 14 |
data_files:
|
| 15 |
- split: train
|
|
@@ -18,6 +22,10 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: mouse_split_error_annotations.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|
|
|
|
| 10 |
data_files:
|
| 11 |
- split: train
|
| 12 |
path: fly_split_error_annotations.jsonl
|
| 13 |
+
- config_name: fly, segment classification
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: fly_segment_annotation.jsonl
|
| 17 |
- config_name: mouse, merge errors
|
| 18 |
data_files:
|
| 19 |
- split: train
|
|
|
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
path: mouse_split_error_annotations.jsonl
|
| 25 |
+
- config_name: mouse, segment classification
|
| 26 |
+
data_files:
|
| 27 |
+
- split: train
|
| 28 |
+
path: mouse_segment_annotation.jsonl
|
| 29 |
---
|
| 30 |
|
| 31 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|