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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tongjiangwei avatar

tongjiangwei/FeatureFusion

0
View on GitHub↗
7 stars·2 forks·Python·8 views

FeatureFusion

A new method to fuse high-level features and low-level features in human pose estimation

Features

  • Plug and Play Modules - Feature fusion modules for human pose estimation.

Star history

Star history chart for tongjiangwei/featurefusionStar history chart for tongjiangwei/featurefusion

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to FeatureFusion

Similar open-source projects, ranked by how many features they share with FeatureFusion.
  • d-li14/psconvd-li14 avatar

    d-li14/PSConv

    174View on GitHub↗

    ECCV 2020 PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

    Python
    View on GitHub↗174
  • dingxiaoh/acnetDingXiaoH avatar

    DingXiaoH/ACNet

    851View on GitHub↗

    Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call switchtodeploy of an ACB to convert it to the inference-time structure. If you use ACB in your own model, the conversion is as easy as `` for m in yourmodel.modules(): if hasattr(m,…

    Python
    View on GitHub↗851
  • goatmessi7/rfbnetGOATmessi7 avatar

    GOATmessi7/RFBNet

    1,419View on GitHub↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    View on GitHub↗1,419
  • andrew-qibin/spnetAndrew-Qibin avatar

    Andrew-Qibin/SPNet

    413View on GitHub↗

    This repository is a PyTorch implementation for our CVPR2020 paper (non-commercial use only).

    Python
    View on GitHub↗413
See all 12 alternatives to FeatureFusion→

Frequently asked questions

What does tongjiangwei/featurefusion do?

A new method to fuse high-level features and low-level features in human pose estimation

What are the main features of tongjiangwei/featurefusion?

The main features of tongjiangwei/featurefusion are: Plug and Play Modules.

What are some open-source alternatives to tongjiangwei/featurefusion?

Open-source alternatives to tongjiangwei/featurefusion include: andrew-qibin/spnet — This repository is a PyTorch implementation for our CVPR2020 paper (non-commercial use only). d-li14/psconv — [ECCV 2020] PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer. dingxiaoh/acnet — Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call… goatmessi7/rfbnet — By Songtao Liu, Di Huang, Yunhong Wang. hszhao/pspnet — by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page. iduta/pyconv — This is the PyTorch implementation of our paper "Pyramidal Convolution: Rethinking Convolutional Neural Networks for…