We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ab721 commit 13c1132Copy full SHA for 13c1132
README.md
@@ -17,10 +17,10 @@ The mandatory requirements for *building the benchmark page* can be installed vi
17
$ pip install -r requirements.txt
18
```
19
20
-The (non-public) ground truth data needs to be present in `benchmark/data`. Check that this is the case by running
+The (non-public) ground truth data needs to be present in `data/`. Check that this is the case by running
21
22
``` bash
23
-find benchmark/data -type f
+find data -type f
24
benchmark/data/CollectedData_Mackenzie.h5
25
benchmark/data/CollectedData_Daniel.h5
26
benchmark/data/CollectedData_Valentina.h5
0 commit comments