awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
griegler avatar

griegler/octnet

0
View on GitHub↗
504 نجوم·104 تفرعات·C++·6 مشاهدات

Octnet

OctNet uses efficient space partitioning structures (i.e. octrees) to reduce memory and compute requirements of 3D convolutional neural networks, thereby enabling deep learning at high resolutions.

Features

  • 3D Object Classification - Octree-based deep 3D representation learning.
  • Deep Learning Architectures - Deep 3D representation learning using octree-based hierarchical structures.
  • Deep Learning Frameworks - Deep 3D representation learning using octree-based structures.
  • Object Reconstruction - Learns high-resolution 3D representations using voxel grids.

سجل النجوم

مخطط تاريخ النجوم لـ griegler/octnetمخطط تاريخ النجوم لـ griegler/octnet

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Octnet

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Octnet.
  • charlesq34/pointnet2الصورة الرمزية لـ charlesq34

    charlesq34/pointnet2

    3,678عرض على GitHub↗

    PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a hierarchical feature learning architecture to extract geometric patterns from sampled 3D point sets. The framework implements a variety of 3D analysis tools, including a point cloud classifier for categorizing objects based on spatial coordinates and surface normals, a semantic scene segmenter for labeling surfaces in large-scale environments, and a tool for 3D object part segmentation. The system covers a broad range of capabilities including geometric feature extraction, 3D da

    Python
    عرض على GitHub↗3,678
  • charlesq34/pointnetالصورة الرمزية لـ charlesq34

    charlesq34/pointnet

    5,433عرض على 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
    عرض على GitHub↗5,433
  • facebookresearch/sparseconvnetالصورة الرمزية لـ facebookresearch

    facebookresearch/SparseConvNet

    2,142عرض على GitHub↗

    Submanifold sparse convolutional networks

    C++
    عرض على GitHub↗2,142
  • fxia22/kdnet.pytorchF

    fxia22/kdnet.pytorch

    0عرض على GitHub↗
    عرض على GitHub↗0
عرض جميع البدائل الـ 30 لـ Octnet→

الأسئلة الشائعة

ما هي وظيفة griegler/octnet؟

OctNet uses efficient space partitioning structures (i.e. octrees) to reduce memory and compute requirements of 3D convolutional neural networks, thereby enabling deep learning at high resolutions.

ما هي الميزات الرئيسية لـ griegler/octnet؟

الميزات الرئيسية لـ griegler/octnet هي: 3D Object Classification, Deep Learning Architectures, Deep Learning Frameworks, Object Reconstruction.

ما هي البدائل مفتوحة المصدر لـ griegler/octnet؟

تشمل البدائل مفتوحة المصدر لـ griegler/octnet: charlesq34/pointnet2 — PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a… charlesq34/pointnet — PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without… fxia22/pointnet.pytorch — This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in… facebookresearch/sparseconvnet — Submanifold sparse convolutional networks. fxia22/kdnet.pytorch. huguesthomas/kpconv.