awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebookresearch/convnextfacebookresearch 的头像

    facebookresearch/ConvNeXt

    6,388在 GitHub 上查看↗

    Code release for ConvNeXt model

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

    Python
    在 GitHub 上查看↗6,388
  • nvlabs/segformerNVlabs 的头像

    NVlabs/SegFormer

    3,347在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,347
  1. Home
  2. Artificial Intelligence & ML
  3. Image Convolution Operations
  4. Image Patch Embedders
  5. Patch Embedding Modules
  6. Overlap Patch Embeddings