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
lmb-freiburg avatar

lmb-freiburg/orion

0
View on GitHub↗
129 stars·35 forks·Matlab·GPL-3.0·8 views

Orion

Here you can find the code for the BMVC 2017 version of "Orientation-boosted Voxel Nets for 3D Object Recognition", a.k.a ORION.

Features

  • 3D Object Classification - Orientation-boosted voxel nets for object recognition.

Star history

Star history chart for lmb-freiburg/orionStar history chart for lmb-freiburg/orion

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 Orion

These projects share indexed features with Orion. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • amir32002/feedback-networksamir32002 avatar

    amir32002/feedback-networks

    91View on GitHub↗

    Paper: Feedback Networks, CVPR 2017.

    Lua
    View on GitHub↗91
  • charlesq34/3dcnn.torchcharlesq34 avatar

    charlesq34/3dcnn.torch

    230View on GitHub↗

    Volumetric CNN (Convolutional Neural Networks) for Object Classification on 3D Data, with Torch implementation.

    Lua
    View on GitHub↗230
  • charlesq34/pointnetcharlesq34 avatar

    charlesq34/pointnet

    5,433View on GitHub↗

    PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without voxelization. It provides a system for 3D object classification, semantic segmentation frameworks for partitioning clouds into categories, and tools for visualizing 3D shapes. The project utilizes a transform network to align point clouds into a canonical coordinate space and employs symmetric-function-based aggregation to condense point-wise features into global vectors regardless of point order. It also features a multi-scale grouping architecture to extract hierarchical geometric

    Python
    View on GitHub↗5,433
  • ajbrock/generative-and-discriminative-voxel-modelingajbrock avatar

    ajbrock/Generative-and-Discriminative-Voxel-Modeling

    214View on GitHub↗

    Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification

    Python
    View on GitHub↗214
Compare all 16 related projects→

Frequently asked questions

What does lmb-freiburg/orion do?

Here you can find the code for the BMVC 2017 version of "Orientation-boosted Voxel Nets for 3D Object Recognition", a.k.a ORION.

What are the main features of lmb-freiburg/orion?

The main features of lmb-freiburg/orion are: 3D Object Classification.

Which projects share features with lmb-freiburg/orion?

Projects with overlapping indexed features include: amir32002/feedback-networks — Paper: Feedback Networks, CVPR 2017. charlesq34/3dcnn.torch — Volumetric CNN (Convolutional Neural Networks) for Object Classification on 3D Data, with Torch implementation. charlesq34/pointnet — PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without… charlesq34/pointnet2 — PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a… dimatura/voxnet — 3D/Volumetric Convolutional Neural Networks with Theano+Lasagne. ajbrock/generative-and-discriminative-voxel-modeling — Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification.