Contents

open3d 0.19.0

0

Open3D: A Modern Library for 3D Data Processing.

Open3D: A Modern Library for 3D Data Processing.

Stars: 13324, Watchers: 13324, Forks: 2531, Open Issues: 1346

The isl-org/Open3D repo was created 9 years ago and the last code push was 11 hours ago.
The project is extremely popular with a mindblowing 13324 github stars!

How to Install open3d

You can install open3d using pip

pip install open3d

or add it to a project with poetry

poetry add open3d

Package Details

Author
Open3D Team
License
MIT
Homepage
https://www.open3d.org
PyPi:
https://pypi.org/project/open3d/
Documentation:
https://www.open3d.org/docs
GitHub Repo:
https://github.com/isl-org/Open3D

Classifiers

  • Education
  • Multimedia/Graphics/3D Modeling
  • Multimedia/Graphics/3D Rendering
  • Multimedia/Graphics/Capture
  • Multimedia/Graphics/Graphics Conversion
  • Multimedia/Graphics/Viewers
  • Scientific/Engineering
  • Scientific/Engineering/Mathematics
  • Scientific/Engineering/Visualization
  • Software Development/Libraries/Python Modules
  • Utilities
No  open3d  pypi packages just yet.

Errors

A list of common open3d errors.

Code Examples

Here are some open3d code examples and snippets.

GitHub Issues

The open3d package has 1346 open issues on GitHub

  • Add point cloud smoothing algorithms
  • Add KeyEvent and MouseEvent creation and injection support for Python
  • Add Point Cloud to Mesh Comparison Tool with Heatmap Visualization
  • Feature/ml model skeleton
  • o3d.visualization.draw_geometries fails.
  • tensor slicing logic for negative steps
  • Finalize Tensor slicing logic (address previous TODO)
  • Support python 3.14
  • Unable to install dev wheels for 313 on Ubuntu. Wheel is missing.
  • read_point_cloud tensor API crashes with large Point Clouds (Segmentation Fault)
  • How to collect data and process to have performance like in sample dataset?
  • Add the "collapse" and "open" functions to TreeView in python
  • Impossible to build on Ubuntu LTS 24.04
  • Summarize the question. (e.g., "How to run reconstruction system with RealSense D435i? ")
  • [Feature Request] Option to customize or disable the "picking sphere" visual in VisualizerWithEditing

See more issues on GitHub

Related Packages & Articles

onnx 1.20.1

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

horovod 0.28.1

Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. It falls under the category of distributed computing libraries. Built on top of TensorFlow, PyTorch, and other popular deep learning frameworks, Horovod simplifies the process of scaling up your model training by handling the complexities of distributed training under the hood.

fastai 2.8.7

fastai simplifies training fast and accurate neural nets using modern best practices

deepspeed 0.18.6

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

transformers 5.2.0

Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

thinc 9.1.1

A refreshing functional take on deep learning, compatible with your favorite libraries

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.