Skip to content

Commit bbcf0dc

Browse files
committed
fix erreur pour ouvrir images pour predict nuts
1 parent 47e7cac commit bbcf0dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def predict_nuts(
162162
images = [
163163
img
164164
for img in fs.ls(
165-
f"s3://projet-formation/diffusion/funathon/2026/project3/data/labels/{nuts_id}/{year}/"
165+
f"s3://projet-formation/diffusion/funathon/2026/project3/data/images/{nuts_id}/{year}/"
166166
)
167167
if img.endswith(".tif")
168168
]

0 commit comments

Comments
 (0)