You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy new year to all! The Open3D team and many amazing community members bring to you the latest and best Open3D with many new features and bug fixes. Here are the highlights of this release:
Support for Python 3.11. (Python 3.7 is no longer officially supported.)
Support for PyTorch 2.0 and TensorFlow 2.14!
⚠️Warning:⚠️ Due to incompatibilities in the cxx11_abi on Linux between PyTorch and TensorFlow, official Python wheels on Linux only support PyTorch, not TensorFlow. [See #6288] for details. If you'd like to use Open3D with TensorFlow on Linux, you can build Open3D wheel from source in docker with support for Tensorflow (but not PyTorch) as:
cd docker
# Build open3d and open3d-cpu wheels for Python 3.10 with Tensorflow supportexport BUILD_PYTORCH_OPS=OFF BUILD_TENSORFLOW_OPS=ON
./docker_build.sh cuda_wheel_py310
New Doppler ICP registration for FMCW Lidars (contributed by @heethesh)
Comparison of tunnel reconstructions using point-to-plane ICP (left) and Doppler ICP (right) with measurements collected by an FMCW LiDAR (Image from original Doppler-ICP repo)
We would like to thank all of our community contributors for their true labor of love for this release!
Also thanks to the many others who helped the Open3D community by reporting as well as resolving issues.
This discussion was created from the release v0.18 release.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Happy new year to all! The Open3D team and many amazing community members bring to you the latest and best Open3D with many new features and bug fixes. Here are the highlights of this release:
cxx11_abi
on Linux between PyTorch and TensorFlow, official Python wheels on Linux only support PyTorch, not TensorFlow. [See #6288] for details. If you'd like to use Open3D with TensorFlow on Linux, you can build Open3D wheel from source in docker with support for Tensorflow (but not PyTorch) as:New Doppler ICP registration for FMCW Lidars (contributed by @heethesh)
Comparison of tunnel reconstructions using point-to-plane ICP (left) and Doppler ICP (right) with measurements collected by an FMCW LiDAR (Image from original Doppler-ICP repo)
Adding in memory support for xyz files (Adding in memory support for xyz files #5866) (contributed by @samypr100)
Modern and more user friendly
furo
theme for Open3D documentation (contributed by @saurabheights)The
master
branch is now renamed tomain
Here is the full set of updates:
Visualization and GUI
Geometry
add_voxel
andremove_voxel
in pybind forVoxelGrid::AddVoxel
,VoxelGrid::RemoveVoxel
(add add_voxel in pybind for VoxelGrid::AddVoxel #6023) (contributed by @ohkwon718)Pipelines
Open3D-ML
I/O
Core
Build System
Documentation
Known Issues [WIP]
Acknowledgment
We would like to thank all of our community contributors for their true labor of love for this release!
Also thanks to the many others who helped the Open3D community by reporting as well as resolving issues.
This discussion was created from the release v0.18 release.
Beta Was this translation helpful? Give feedback.
All reactions