https://github.com/aakarsh/open3d

Open3D: A Modern Library for 3D Data Processing

https://github.com/aakarsh/open3d

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Open3D: A Modern Library for 3D Data Processing

Basic Info
  • Host: GitHub
  • Owner: aakarsh
  • License: other
  • Default Branch: master
  • Homepage: http://www.open3d.org
  • Size: 527 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of isl-org/Open3D
Created over 4 years ago · Last pushed over 4 years ago

https://github.com/aakarsh/Open3D/blob/master/

# Open3D: A Modern Library for 3D Data Processing

Homepage | Docs | Quick Start | Compile | Python | C++ | Open3D-ML | Viewer | Contribute | Demo | Forum

Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. We welcome contributions from the open-source community. [![Ubuntu CI](https://github.com/isl-org/Open3D/workflows/Ubuntu%20CI/badge.svg)](https://github.com/isl-org/Open3D/actions?query=workflow%3A%22Ubuntu+CI%22) [![macOS CI](https://github.com/isl-org/Open3D/workflows/macOS%20CI/badge.svg)](https://github.com/isl-org/Open3D/actions?query=workflow%3A%22macOS+CI%22) [![Windows CI](https://github.com/isl-org/Open3D/workflows/Windows%20CI/badge.svg)](https://github.com/isl-org/Open3D/actions?query=workflow%3A%22Windows+CI%22) **Core features of Open3D include:** * 3D data structures * 3D data processing algorithms * Scene reconstruction * Surface alignment * 3D visualization * Physically based rendering (PBR) * 3D machine learning support with PyTorch and TensorFlow * GPU acceleration for core 3D operations * Available in C++ and Python For more, please visit the [Open3D documentation](http://www.open3d.org/docs). ## Python quick start Pre-built pip and conda packages support Ubuntu 18.04+, macOS 10.15+ and Windows 10 (64-bit) with Python 3.6-3.9. ```bash # Install pip install open3d # Verify installation python -c "import open3d as o3d; print(o3d.__version__)" # Python API python -c "import open3d as o3d; \ mesh = o3d.geometry.TriangleMesh.create_sphere(); \ mesh.compute_vertex_normals(); \ o3d.visualization.draw(mesh, raw_mode=True)" # Open3D CLI open3d example visualization/draw ``` To get the latest features in Open3D, install the [development pip package](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). To compile Open3D from source, refer to [compiling from source](http://www.open3d.org/docs/release/compilation.html). ## C++ quick start Checkout the following links to get started with Open3D C++ API * Download Open3D binary package: [Release](https://github.com/isl-org/Open3D/releases) or [latest development version](http://www.open3d.org/docs/latest/getting_started.html#c) * [Compiling Open3D from source](http://www.open3d.org/docs/release/compilation.html) * [Open3D C++ API](http://www.open3d.org/docs/release/cpp_api.html) To use Open3D in your C++ project, checkout the following examples * [Find Pre-Installed Open3D Package in CMake](https://github.com/isl-org/open3d-cmake-find-package) * [Use Open3D as a CMake External Project](https://github.com/isl-org/open3d-cmake-external-project) ## Open3D-Viewer app Open3D-Viewer is a standalone 3D viewer app available on Ubuntu and macOS. Please stay tuned for Windows. Download Open3D Viewer from the [release page](https://github.com/isl-org/Open3D/releases). ## Open3D-ML Open3D-ML is an extension of Open3D for 3D machine learning tasks. It builds on top of the Open3D core library and extends it with machine learning tools for 3D data processing. To try it out, install Open3D with PyTorch or TensorFlow and check out [Open3D-ML](https://github.com/isl-org/Open3D-ML). ## Communication channels * [GitHub Issue](https://github.com/isl-org/Open3D/issues): bug reports, feature requests, etc. * [Forum](https://github.com/isl-org/Open3D/discussions): discussion on the usage of Open3D. * [Discord Chat](https://discord.gg/D35BGvn): online chats, discussions, and collaboration with other users and developers. ## Citation Please cite [our work](https://arxiv.org/abs/1801.09847) if you use Open3D. ```bib @article{Zhou2018, author = {Qian-Yi Zhou and Jaesik Park and Vladlen Koltun}, title = {{Open3D}: {A} Modern Library for {3D} Data Processing}, journal = {arXiv:1801.09847}, year = {2018}, } ```

Owner

  • Name: Aakarsh Nair
  • Login: aakarsh
  • Kind: user
  • Location: Portland, OR
  • Company: www.nentei.com

“The present moment is the only moment available to us and it is the door to all other moments.” ~TNH

GitHub Events

Total
Last Year