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 03e7707 commit 5973498Copy full SHA for 5973498
examples/quarry-detection/config_trne.yaml
@@ -36,7 +36,7 @@ generate_tilesets.py:
36
name: Unknown
37
url:
38
39
-# 3-Training the model with the detectron2 algorithm
+# 3-Train the model with the detectron2 algorithm
40
train_model.py:
41
working_directory: ./output/output_trne
42
log_subfolder: logs
@@ -67,7 +67,7 @@ make_detections.py:
67
epsilon: 2.0 # cf. https://rdp.readthedocs.io/en/latest/
68
score_lower_threshold: 0.05
69
70
-# 5-Evaluate the quality of the detections for the different datasetsby calculating metrics
+# 5-Evaluate the quality of the detections for the different datasets by calculating metrics
71
assess_detections.py:
72
73
datasets:
0 commit comments