Skip to content

Conversation

@HarrisonSantiago
Copy link
Collaborator

Made quilt() able to handle overlapping patches by taking the average value of overlapping pixels. People may want to make their own custom way of handling overlapping patches, but averaging seems like a reasonable choice to support.

  • Normalization tensor keeps track of how many time a pixel overlaps
  • take average values of overlapping pixels (torch.nn.functional.fold sums them up, divide by count).

@HarrisonSantiago HarrisonSantiago added the enhancement New feature or request label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants