awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesOverlap Patch Embeddings

Embedding modules that divide images into overlapping patches to preserve local continuity and reduce boundary artifacts.

Distinct from Patch Embedding Modules: Specifically implements overlapping patches to avoid boundary artifacts, whereas general patch embedding may use non-overlapping grids.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Overlap Patch Embeddings. Refine with filters or upvote what's useful.

Awesome Overlap Patch Embeddings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebookresearch/convnextAvatar von facebookresearch

    facebookresearch/ConvNeXt

    6,388Auf GitHub ansehen↗

    Code release for ConvNeXt model

    Replaces standard patch embedding with a convolutional layer processing overlapping image patches.

    Python
    Auf GitHub ansehen↗6,388
  • nvlabs/segformerAvatar von NVlabs

    NVlabs/SegFormer

    3,347Auf GitHub ansehen↗

    SegFormer is a semantic segmentation framework and transformer-based model designed for pixel-level image classification. It provides a deep learning architecture that assigns class labels to pixels using a hierarchical transformer encoder and a multi-layer perceptron decoder. The framework utilizes a hierarchical transformer encoder to process multi-scale features through a pyramid of blocks and an all-MLP decoder to aggregate these features without complex attention mechanisms. It incorporates overlap patch embedding to preserve local continuity and sequential self-attention reduction to ma

    Incorporates overlap patch embedding to preserve local continuity and reduce boundary artifacts during tokenization.

    Pythonade20kcityscapessemantic-segmentation
    Auf GitHub ansehen↗3,347
  1. Home
  2. Artificial Intelligence & ML
  3. Image Convolution Operations
  4. Image Patch Embedders
  5. Patch Embedding Modules
  6. Overlap Patch Embeddings