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
Back to davexpro/pytorch-pose-estimation

Open-source alternatives to Pytorch Pose Estimation

30 open-source projects similar to davexpro/pytorch-pose-estimation, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pytorch Pose Estimation alternative.

  • kenshohara/3d-resnets-pytorchkenshohara avatar

    kenshohara/3D-ResNets-PyTorch

    4,039View on GitHub↗

    This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a spatiotemporal architecture that analyzes both spatial frames and temporal motion to classify human activities within video clips. The system includes a distributed model training framework to accelerate learning across multiple compute nodes. It supports the deployment and fine-tuning of pre-trained model weights, allowing the adaptation of existing networks to specific new datasets. The codebase covers the full pipeline for spatiotemporal learning, including video dataset p

    Python
    View on GitHub↗4,039
  • nvidia/flownet2-pytorchNVIDIA avatar

    NVIDIA/flownet2-pytorch

    3,286View on GitHub↗

    Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

    Python
    View on GitHub↗3,286
  • thnkim/openfacepytorchthnkim avatar

    thnkim/OpenFacePytorch

    189View on GitHub↗

    PyTorch module to use OpenFace's nn4.small2.v1.t7 model

    Python
    View on GitHub↗189
  • 1adrianb/face-alignment1adrianb avatar

    1adrianb/face-alignment

    7,518View on GitHub↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    View on GitHub↗7,518

AI search

Explore more awesome repositories

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

Find more with AI search
  • xingyizhou/pytorch-pose-hg-3dxingyizhou avatar

    xingyizhou/Pytorch-pose-hg-3d

    612View on GitHub↗

    This repository is the PyTorch implementation for the network presented in:

    Python
    View on GitHub↗612
  • harshtrivedi/nmn-pytorchH

    HarshTrivedi/nmn-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • eladhoffer/convnet.pytorchE

    eladhoffer/convNet.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • hengyuan-hu/bottom-up-attention-vqaH

    hengyuan-hu/bottom-up-attention-vqa

    0View on GitHub↗
    View on GitHub↗0
  • clementpinard/sfmlearner-pytorchClementPinard avatar

    ClementPinard/SfmLearner-Pytorch

    1,031View on GitHub↗

    Pytorch version of SfmLearner from Tinghui Zhou et al.

    Pythondepthdisparitykitti
    View on GitHub↗1,031
  • clementpinard/depthnetC

    ClementPinard/DepthNet

    0View on GitHub↗
    View on GitHub↗0
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0View on GitHub↗
    View on GitHub↗0
  • fartashf/vseppfartashf avatar

    fartashf/vsepp

    523View on GitHub↗

    PyTorch Code for the paper "VSE++: Improving Visual-Semantic Embeddings with Hard Negatives"

    Python
    View on GitHub↗523
  • hanzhanggit/stackgan-v2hanzhanggit avatar

    hanzhanggit/StackGAN-v2

    847View on GitHub↗

    StackGAN-v1: Tensorflow implementation

    Python
    View on GitHub↗847
  • desimone/pytorch-cat-vs-dogsD

    desimone/pytorch-cat-vs-dogs

    0View on GitHub↗
    View on GitHub↗0
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0View on GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    View on GitHub↗0
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0View on GitHub↗
    View on GitHub↗0
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
  • castorini/honkC

    castorini/honk

    0View on GitHub↗
    View on GitHub↗0
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    View on GitHub↗5,224
  • clementpinard/flownetpytorchClementPinard avatar

    ClementPinard/FlowNetPytorch

    897View on GitHub↗

    Pytorch implementation of FlowNet by Dosovitskiy et al.

    Python
    View on GitHub↗897
  • aaltovision/dgc-netAaltoVision avatar

    AaltoVision/DGC-Net

    206View on GitHub↗

    A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"

    Jupyter Notebook
    View on GitHub↗206
  • devendrachaplot/deeprl-groundingdevendrachaplot avatar

    devendrachaplot/DeepRL-Grounding

    237View on GitHub↗

    Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)

    Python
    View on GitHub↗237
  • aosokin/biogansA

    aosokin/biogans

    0View on GitHub↗
    View on GitHub↗0
  • dyhan0920/pyramidnet-pytorchdyhan0920 avatar

    dyhan0920/PyramidNet-PyTorch

    270View on GitHub↗

    A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)

    Python
    View on GitHub↗270
  • ericsun99/shufflenet-v2-pytorchericsun99 avatar

    ericsun99/Shufflenet-v2-Pytorch

    435View on GitHub↗

    Perfect implement. Model shared. x0.5 (Top1:60.646) and 1.0x (Top1:69.402).

    Python
    View on GitHub↗435
  • facebookresearch/fadernetworksfacebookresearch avatar

    facebookresearch/FaderNetworks

    762View on GitHub↗

    PyTorch implementation of Fader Networks (NIPS 2017).

    Python
    View on GitHub↗762
  • fxia22/pointnet.pytorchF

    fxia22/pointnet.pytorch

    0View on GitHub↗

    This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in pointnet/model.py.

    View on GitHub↗0
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838