Skip to content

Commit

Permalink
Correct error in config_track
Browse files Browse the repository at this point in the history
  • Loading branch information
cleherny committed Jan 23, 2024
1 parent e35b788 commit 0b7e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_track.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7e037

Please sign in to comment.