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 73a79a0 commit 8ae9b82Copy full SHA for 8ae9b82
examples/anthropogenic-activities/README.md
@@ -42,7 +42,7 @@ The workflow can be executed by running the following list of actions and comman
42
43
Prepare the data:
44
```
45
-$ python scripts/prepare_data.py config_trne.yaml
+$ python prepare_data.py config_trne.yaml
46
$ stdl-objdet generate_tilesets config_trne.yaml
47
48
@@ -62,5 +62,5 @@ $ stdl-objdet assess_detections config_trne.yaml
62
63
The detections obtained by tiles can be merged when adjacent:
64
65
-$ python scripts/merge_detections.py config/config_trne.yaml
+$ python merge_detections.py config_trne.yaml
66
0 commit comments