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
leoxiaobin avatar

leoxiaobin/deep-high-resolution-net.pytorch

0
View on GitHub↗
4,479 stars·923 forks·Cuda·MIT·29 viewsjingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html↗

Deep High Resolution Net.pytorch

This project is a PyTorch implementation of a research architecture designed for high-resolution representation learning. It serves as a computer vision framework focused on precise keypoint detection, human pose estimation, and semantic image segmentation.

The implementation provides specialized tools for identifying anatomical landmarks on the human body and predicting facial keypoint coordinates to analyze orientation and alignment. It utilizes a system of multi-resolution parallel streams and repeated multi-scale fusion to maintain high-resolution representations throughout the network.

The framework covers a broad range of computer vision tasks, including object detection, image classification, and pixel-level semantic segmentation. It also includes workflows for training models on labeled datasets and quantitatively evaluating the accuracy of predicted joint positions against validation data.

Features

  • Multi-Resolution Parallel Streams - Maintains high-resolution representations throughout the network via parallel branches of different scales.
  • Computer Vision Models - Provides a PyTorch implementation of research architectures for keypoint detection and semantic segmentation.
  • Computer Vision Research - Implements high-resolution neural networks for research into image-based representation learning.
  • Cross-Resolution Fusion - Exchanges information between parallel resolution streams through repeated fusion blocks to recover spatial details.
  • Heatmap-Based Joint Estimation - Predicts human joint locations by generating spatial probability heatmaps using convolutional neural networks.
  • Keypoint Detection - Provides a toolkit for training and evaluating models that locate anatomical landmarks on the human body.
  • PyTorch Tensor Operations - Utilizes PyTorch for efficient GPU-accelerated tensor operations and dynamic computational graph training.
  • Pose Estimation Frameworks - Deep learning framework for predicting human joint positions using high-resolution representation learning.
  • PyTorch Semantic Segmentation Libraries - Implements a PyTorch-based framework for pixel-level image classification and semantic segmentation.
  • Semantic Image Segmentations - Assigns a semantic label to every pixel in an image to delineate different object classes.
  • Human Pose Estimation - Determines human physical orientation by detecting key joint positions on the body.
  • Pose Estimation Training Pipelines - Includes workflows for training neural networks to detect human keypoints using labeled datasets.
  • Symmetric Encoder-Decoders - Employs mirrored encoder and decoder paths to capture global context and recover fine-grained local features.
  • Facial Landmark Analysis - Identifies precise coordinates of key facial features to normalize and analyze face orientation.
  • Facial Landmark Detection - Predicts specific facial keypoint coordinates from images to determine face alignment.
  • Pose Estimation Validation - Provides routines to evaluate the precision of predicted human joint positions against ground truth validation data.
  • Pose Visualizations - Renders predicted human pose coordinates and skeletons onto images to evaluate model accuracy.
  • Computer Vision - High-resolution representation learning for human pose estimation.
  • Pose Estimation - High-resolution representation learning for pose estimation.

Star history

Star history chart for leoxiaobin/deep-high-resolution-net.pytorchStar history chart for leoxiaobin/deep-high-resolution-net.pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Frequently asked questions

What does leoxiaobin/deep-high-resolution-net.pytorch do?

This project is a PyTorch implementation of a research architecture designed for high-resolution representation learning. It serves as a computer vision framework focused on precise keypoint detection, human pose estimation, and semantic image segmentation.

What are the main features of leoxiaobin/deep-high-resolution-net.pytorch?

The main features of leoxiaobin/deep-high-resolution-net.pytorch are: Multi-Resolution Parallel Streams, Computer Vision Models, Computer Vision Research, Cross-Resolution Fusion, Heatmap-Based Joint Estimation, Keypoint Detection, PyTorch Tensor Operations, Pose Estimation Frameworks.

Which projects share features with leoxiaobin/deep-high-resolution-net.pytorch?

Projects with overlapping indexed features include: dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… kaiminghe/deep-residual-networks — This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy… hrnet/higherhrnet-human-pose-estimation — HigherHRNet is a deep learning framework designed for bottom-up human pose estimation. It functions as a computer… hrnet/hrnet-facial-landmark-detection — This project is a deep learning framework designed for facial landmark detection. It functions as a computer vision… facebookresearch/maskrcnn-benchmark — This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation… milesial/pytorch-unet — Pytorch-UNet is a deep learning implementation designed for semantic image segmentation. It provides a framework for…

Projects sharing features with Deep High Resolution Net.pytorch

These projects share indexed features with Deep High Resolution Net.pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dmlc/gluon-cvdmlc avatar

    dmlc/gluon-cv

    5,922View on GitHub↗

    Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision architectures and training pipelines. It serves as a deep learning research toolkit and a model zoo containing state-of-the-art pre-trained weights for image and video analysis. The project includes a specialized human pose estimation library and a model compression toolkit. These tools allow for the pruning and quantization of deep learning models to increase inference speed and facilitate deployment on constrained edge hardware. The library covers a broad range of vision capabili

    Pythonaction-recognitioncomputer-visiondeep-learning
    View on GitHub↗5,922
  • kaiminghe/deep-residual-networksKaimingHe avatar

    KaimingHe/deep-residual-networks

    6,738View on GitHub↗

    This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy image recognition. It implements a neural network architecture that utilizes skip connections to enable the training of very deep models without gradient degradation. The system is designed for computer vision tasks, including image classification, object detection, and visual data segmentation. It includes weights trained on ImageNet to support transfer learning and the fine-tuning of models on custom image datasets. The architectural design focuses on residual learning blocks,

    View on GitHub↗6,738
  • hrnet/higherhrnet-human-pose-estimationHRNet avatar

    HRNet/HigherHRNet-Human-Pose-Estimation

    1,456View on GitHub↗

    HigherHRNet is a deep learning framework designed for bottom-up human pose estimation. It functions as a computer vision keypoint detector that identifies and tracks human body joints by utilizing high-resolution feature pyramids and scale-aware representation learning. The project distinguishes itself through a bottom-up approach, which identifies individual body parts across an entire image before clustering them into distinct human skeletons. This methodology is supported by multi-resolution feature fusion, which maintains high-resolution representations throughout the network by repeatedl

    Python
    View on GitHub↗1,456
  • hrnet/hrnet-facial-landmark-detectionHRNet avatar

    HRNet/HRNet-Facial-Landmark-Detection

    1,135View on GitHub↗

    This project is a deep learning framework designed for facial landmark detection. It functions as a computer vision library that provides the necessary routines to locate precise points on human faces within images by generating spatial probability maps. The architecture distinguishes itself through high-resolution parallel branching, which maintains detailed visual representations throughout the entire network. By utilizing multi-scale feature fusion, the model repeatedly exchanges information across these parallel streams to integrate fine-grained spatial details with broader semantic conte

    Pythondeep-high-resolution-netface-alignmentfacealignment
    View on GitHub↗1,135
Compare all 30 related projects→