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.
Pytorch version of SfmLearner from Tinghui Zhou et al.
The main features of clementpinard/sfmlearner-pytorch are: Model Implementations, Facial, Action and Pose Recognition.
Projects with overlapping indexed features include: davexpro/pytorch-pose-estimation — PyTorch Implementation of Realtime Multi-Person Pose Estimation project. nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… clementpinard/flownetpytorch — Pytorch implementation of FlowNet by Dosovitskiy et al. kenshohara/3d-resnets-pytorch — This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a… thnkim/openfacepytorch — PyTorch module to use OpenFace's nn4.small2.v1.t7 model.
Pytorch implementation of FlowNet by Dosovitskiy et al.
PyTorch Implementation of Realtime Multi-Person Pose Estimation project.
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
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