Skip to content

unpack processed_images from predict_batch return value in main()#96

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

unpack processed_images from predict_batch return value in main()#96
Rohit7824567 wants to merge 1 commit intofwitmer:masterfrom
Rohit7824567:patch-5

Conversation

@Rohit7824567
Copy link
Copy Markdown

After predict_batch was updated to return (processed_images, predictions), main() was still unpacking only predictions, causing ValueError during Alaska coastal batch inference runs. Unpacking both values ensures correct mask-to-image mapping when saving results after resumed or full batch prediction jobs

After predict_batch was updated to return (processed_images, predictions),
main() was still unpacking only predictions, causing ValueError during
Alaska coastal batch inference runs. Unpacking both values ensures
correct mask-to-image mapping when saving results after resumed or
full batch prediction jobs
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