Skip to content

Return processed images along with predictions#93

Open
Rohit7824567 wants to merge 1 commit intofwitmer:masterfrom
Rohit7824567:patch-2
Open

Return processed images along with predictions#93
Rohit7824567 wants to merge 1 commit intofwitmer:masterfrom
Rohit7824567:patch-2

Conversation

@Rohit7824567
Copy link
Copy Markdown

fix: return processed_images alongside predictions from predict_batch

Previously returned only predictions, causing zip misalignment in main() when resuming — masks were saved to wrong image filenames.

  • Before: return predictions
  • After: return processed_images, predictions

Ensures correct image-mask pairing during Alaska coastline batch inference.

fix: return processed_images alongside predictions from predict_batch

Previously returned only `predictions`, causing zip misalignment in
main() when resuming — masks were saved to wrong image filenames.

- Before: `return predictions`
- After:  `return processed_images, predictions`

Ensures correct image-mask pairing during Alaska coastline batch inference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant