Skip to content

Commit 13c1132

Browse files
authored
Update data path in README
1 parent 00ab721 commit 13c1132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The mandatory requirements for *building the benchmark page* can be installed vi
1717
$ pip install -r requirements.txt
1818
```
1919

20-
The (non-public) ground truth data needs to be present in `benchmark/data`. Check that this is the case by running
20+
The (non-public) ground truth data needs to be present in `data/`. Check that this is the case by running
2121

2222
``` bash
23-
find benchmark/data -type f
23+
find data -type f
2424
benchmark/data/CollectedData_Mackenzie.h5
2525
benchmark/data/CollectedData_Daniel.h5
2626
benchmark/data/CollectedData_Valentina.h5

0 commit comments

Comments
 (0)