Skip to content

Commit

Permalink
Add logging about tile size
Browse files Browse the repository at this point in the history
  • Loading branch information
relativityhd committed Dec 17, 2024
1 parent 338ee90 commit 74a7f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions darts/src/darts/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def preprocess_s2_train_data(
for i, fpath in enumerate(s2_paths):
try:
optical = load_s2_scene(fpath)
logger.info(f"Found optical tile with size {optical.sizes}")
tile_id = optical.attrs["tile_id"]

# Check for a cached preprocessed file
Expand Down

0 comments on commit 74a7f02

Please sign in to comment.