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