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

ZhouYanzhao/ORN

0
View on GitHub↗
217 stars·49 forks·Jupyter Notebook·BSD-3-Clause·8 viewsyzhou.work/ORN↗

ORN

Oriented Response Networks, in CVPR 2017

Features

  • Computer Vision Models - Implementation of Oriented Response Networks.
  • Model Implementations - Oriented response networks implementation.
  • To be Classified - Listed in the “To be Classified” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for zhouyanzhao/ornStar history chart for zhouyanzhao/orn

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 ORN

These projects share indexed features with ORN. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • 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
  • 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
  • alexis-jacq/pytorch-sketch-rnnA

    alexis-jacq/Pytorch-Sketch-RNN

    0View on GitHub↗
    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What does zhouyanzhao/orn do?

Oriented Response Networks, in CVPR 2017

What are the main features of zhouyanzhao/orn?

The main features of zhouyanzhao/orn are: Computer Vision Models, Model Implementations, To be Classified.

Which projects share features with zhouyanzhao/orn?

Projects with overlapping indexed features include: alexis-jacq/pytorch-sketch-rnn. amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… aosokin/biogans.