Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harrison/quilt #85

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Harrison/quilt #85

wants to merge 4 commits into from

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.

1 participant