From 0b7e037514776275f647fdfb172a8735e6d68cf7 Mon Sep 17 00:00:00 2001 From: Clemence Herny Date: Tue, 23 Jan 2024 19:04:41 +0000 Subject: [PATCH] Correct error in config_track --- config/config_track.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_track.yaml b/config/config_track.yaml index 07e6b3a..4070c50 100644 --- a/config/config_track.yaml +++ b/config/config_track.yaml @@ -3,7 +3,7 @@ # Track object in different datasets over years track_detections.py: - years: <[2000, 2001, 2002]> # Provide a list of years used for detection + years: <[YEAR1, YEAR2, YEAR3,...]> # Provide a list of years used for detection datasets: detection: ./input/input_track/oth_detections_at_0dot3_threshold_year-{year}_score-0dot95_area-5000_elevation-1200_distance-10.geojson # Final detection file, produced by filter_detections.py output_folder: ./output/output_track/oth_detections_at_0dot3_threshold_score-0dot95_area-5000_elevation-1200_distance-10