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.
This project is a ComfyUI ControlNet preprocessor suite and computer vision analysis toolkit. It functions as a stable diffusion image preprocessor that extracts structural hints from images to guide latent diffusion workflows. The system provides specialized models for human pose estimation, including skeletal keypoints and facial meshes, and 3D scene mapping through depth and surface normal estimation. It also includes tools for AI video motion control using optical flow analysis. The broader capability surface covers image structural analysis—such as line art, edge extraction, and semanti
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.
AlphaPose is a deep learning pose estimation framework and PyTorch computer vision library designed for detecting and tracking human body, face, hand, and foot keypoints in images and videos. It provides a system for skeletal posture estimation and multi-person pose tracking. The project implements tools for three-dimensional human pose reconstruction, generating joint positions and body mesh shapes from two-dimensional image data. It also includes a multi-person pose tracker capable of maintaining the identity of multiple people across consecutive video frames. The framework covers a broad
DeepCTR-Torch is a deep learning library for building click-through rate prediction models. It provides a modular framework for assembling custom prediction architectures from pre-built core, interaction, and sequence layers, enabling the construction of deep neural networks that estimate click probability from user behavior data. The library specializes in feature interaction modeling, offering components for learning low-order, high-order, and adaptive-order feature crosses. It supports multi-task learning for predicting multiple objectives simultaneously, such as click and conversion rates
Sapiens is a high-resolution human vision model designed for high-precision, human-centric computer vision tasks. It functions as a suite of tools for estimating human pose, depth, and surface geometry.
The main features of facebookresearch/sapiens are: Human Pose Estimation, Human, Depth Estimation, Human Body Part Segmentation, Human-Centric Vision Systems, Human Depth Estimation, Human Surface Normal Prediction, Keypoint Detection.
Projects with overlapping indexed features include: leoxiaobin/deep-high-resolution-net.pytorch — This project is a PyTorch implementation of a research architecture designed for high-resolution representation… fannovel16/comfyui_controlnet_aux — This project is a ComfyUI ControlNet preprocessor suite and computer vision analysis toolkit. It functions as a stable… mvig-sjtu/alphapose — AlphaPose is a deep learning pose estimation framework and PyTorch computer vision library designed for detecting and… shenweichen/deepctr-torch — DeepCTR-Torch is a deep learning library for building click-through rate prediction models. It provides a modular… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… google-research/big_vision — This project is a research framework and toolkit designed for training large-scale vision transformers and multimodal…