You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sr-eval/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ The goal is to have a simple way of comparing different results from SWT.
7
7
To run this evaluation script, you need the following:
8
8
9
9
* Set of predictions in MMIF format (either from the preds folder in this repo
10
-
or generated from the [SWT app](https://github.com/clamsproject/app-swt-detection))
10
+
or generated from the [SWT app](https://github.com/clamsproject/app-swt-detection/tree/6b12498fc596327ec47933b7f785044da2f8cf2f)
11
11
* Set of golds in csv format (either downloaded from the annotations repository
12
-
using goldretriever.py, or your own set that exactly matches the format present in [aapb-annotations](https://github.com/clamsproject/aapb-annotations/tree/main/scene-recognition/golds))
12
+
using goldretriever.py, or your own set that exactly matches the format present in [aapb-annotations](https://github.com/clamsproject/aapb-annotations/tree/9cbe41aa124da73a0158bfc0b4dbf8bafe6d460d/scene-recognition/golds)
13
13
14
14
There are three arguments when running the script: `-mmif-dir`, `-gold-dir`, and `count-subtypes`.
15
15
The first two are directories that contain the predictions and golds, respectively. The third is a boolean value that
@@ -18,7 +18,7 @@ determines if the evaluation takes into account subtype labels or not.
Note that only the first one is required, as `-gold-dir` defaults to the set of golds downloaded (using `goldretriever`)
21
-
from the [aapb-annotations](https://github.com/clamsproject/aapb-annotations/tree/main/scene-recognition/golds) repo,
21
+
from the [aapb-annotations](https://github.com/clamsproject/aapb-annotations/tree/9cbe41aa124da73a0158bfc0b4dbf8bafe6d460d/scene-recognition/golds) repo,
0 commit comments