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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/flownet2-pytorch

0
View on GitHub↗

Flownet2 Pytorch

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

Features

  • Vision par ordinateur - Optical flow estimation using deep networks.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
  • Computer Vision and Image Processing - Optical flow estimation using deep networks.
  • Computer Vision Models - Implementation of FlowNet 2.0 for optical flow.
  • Model Implementations - FlowNet 2.0 implementation.
  • Facial, Action and Pose Recognition - Listed in the “Facial, Action and Pose Recognition” section of the The Incredible Pytorch awesome list.
  • 3,286 stars·749 forks·Python·5 vues

    Historique des stars

    Graphique de l'historique des stars pour nvidia/flownet2-pytorchGraphique de l'historique des stars pour nvidia/flownet2-pytorch

    Alternatives open source à Flownet2 Pytorch

    Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Flownet2 Pytorch.
    • thnkim/openfacepytorchAvatar de thnkim

      thnkim/OpenFacePytorch

      189Voir sur GitHub↗

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

      Python
      Voir sur GitHub↗189
    • 1adrianb/face-alignmentAvatar de 1adrianb

      1adrianb/face-alignment

      7,518Voir sur 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
      Voir sur GitHub↗7,518
    • bodokaiser/piwiseB

      bodokaiser/piwise

      0Voir sur GitHub↗

      Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

      Voir sur GitHub↗0
    • amdegroot/ssd.pytorchAvatar de amdegroot

      amdegroot/ssd.pytorch

      5,224Voir sur 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
      Voir sur GitHub↗5,224
    Voir les 30 alternatives à Flownet2 Pytorch→

    Questions fréquentes

    Que fait nvidia/flownet2-pytorch ?

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

    Quelles sont les fonctionnalités principales de nvidia/flownet2-pytorch ?

    Les fonctionnalités principales de nvidia/flownet2-pytorch sont : Vision par ordinateur, Computer Vision and Image Processing, Computer Vision Models, Model Implementations, Facial, Action and Pose Recognition.

    Quelles sont les alternatives open-source à nvidia/flownet2-pytorch ?

    Les alternatives open-source à nvidia/flownet2-pytorch incluent : thnkim/openfacepytorch — PyTorch module to use OpenFace's nn4.small2.v1.t7 model. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… eladhoffer/captiongen. amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… davexpro/pytorch-pose-estimation — PyTorch Implementation of Realtime Multi-Person Pose Estimation project. bodokaiser/piwise — Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch].