Skip to content

Conversation

@pavansai018
Copy link

PR: Fix Multiple Window Display for Faces

Issue: #1666 - Multiple windows opened for multi-face images

Problem: pil_image.show() was called inside the loop, creating separate windows for each face.

Fix:

  • Create single collage with all detected faces
  • Display once after processing completes
  • Faces arranged in grid layout (max 3 columns)

Result: All faces shown in one clean window instead of multiple popups.

Closes #1666

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.

Logical Error: Image display (.show()) placed inside loop, causing multiple windows for multi-face images

1 participant