MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate
PCDet is a LiDAR 3D object detection toolbox and point cloud processing library built on the PyTorch deep learning framework. It provides a system for identifying and locating three-dimensional objects within point cloud data. The project utilizes a data-model separation pattern to decouple dataset loading logic from the core detection pipeline. It features a multi-sensor fusion pipeline that combines data from multiple sensors into a shared spatial view and a distributed GPU training system to scale workloads across multiple graphics processors. The toolkit covers several capability areas,
DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks
MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish
OpenPCDet هو مكتبة تعلم عميق وأداة برمجية مبنية على PyTorch لاكتشاف الكائنات ثلاثية الأبعاد باستخدام تقنية LiDAR. يعمل كإطار عمل لمعالجة سحابة النقاط (point cloud) مصمم لتطوير وتدريب وتقييم نماذج التعلم الآلي التي تحدد وتحدد مواقع الكائنات في الفضاء ثلاثي الأبعاد.
الميزات الرئيسية لـ open-mmlab/openpcdet هي: Point Cloud Detections, Data-Parallel Training, GPU Accelerated Computer Vision, Distributed Training, PyTorch Spatial Detection Libraries, 3D Object Detection, Distributed Training Tools, Point Cloud and 3D Processing.
تشمل البدائل مفتوحة المصدر لـ open-mmlab/openpcdet: open-mmlab/mmdetection3d — MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting… sshaoshuai/pcdet — PCDet is a LiDAR 3D object detection toolbox and point cloud processing library built on the PyTorch deep learning… dmlc/dgl — DGL is a Python library for building and training graph neural networks. It functions as a graph message passing… hiyouga/easyr1 — EasyR1 is a distributed model training system and reinforcement learning framework for large language and… facebookresearch/mmf — MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a… kimiyoung/transformer-xl — This project is an implementation of the Transformer-XL language model, a neural network architecture designed for…