Skip to content

Commit 8ae9b82

Browse files
committed
Correct errors in commands of the README of anthropogenic example
1 parent 73a79a0 commit 8ae9b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/anthropogenic-activities/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The workflow can be executed by running the following list of actions and comman
4242

4343
Prepare the data:
4444
```
45-
$ python scripts/prepare_data.py config_trne.yaml
45+
$ python prepare_data.py config_trne.yaml
4646
$ stdl-objdet generate_tilesets config_trne.yaml
4747
```
4848

@@ -62,5 +62,5 @@ $ stdl-objdet assess_detections config_trne.yaml
6262

6363
The detections obtained by tiles can be merged when adjacent:
6464
```
65-
$ python scripts/merge_detections.py config/config_trne.yaml
65+
$ python merge_detections.py config_trne.yaml
6666
```

0 commit comments

Comments
 (0)