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

zisianw/FaceBoxes.PyTorch

0
View on GitHub↗
850 stars·210 forks·Python·MIT·8 views

FaceBoxes.PyTorch

A PyTorch Implementation of FaceBoxes

Features

  • Computer Vision Models - FaceBoxes implementation.
  • Facial, Action and Pose Recognition - Listed in the “Facial, Action and Pose Recognition” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for zisianw/faceboxes.pytorchStar history chart for zisianw/faceboxes.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

Projects sharing features with FaceBoxes.PyTorch

These projects share indexed features with FaceBoxes.PyTorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • davexpro/pytorch-pose-estimationDavexPro avatar

    DavexPro/pytorch-pose-estimation

    159View on GitHub↗

    PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

    Jupyter Notebook
    View on GitHub↗159
  • 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
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does zisianw/faceboxes.pytorch do?

A PyTorch Implementation of FaceBoxes

What are the main features of zisianw/faceboxes.pytorch?

The main features of zisianw/faceboxes.pytorch are: Computer Vision Models, Facial, Action and Pose Recognition.

Which projects share features with zisianw/faceboxes.pytorch?

Projects with overlapping indexed features include: kenshohara/3d-resnets-pytorch — This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a… ericsun99/shufflenet-v2-pytorch — Perfect implement. Model shared. x0.5 (Top1:60.646) and 1.0x (Top1:69.402). 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… davexpro/pytorch-pose-estimation — PyTorch Implementation of Realtime Multi-Person Pose Estimation project. aaltovision/dgc-net — A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network". nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks.