Skip to content

Releases: isl-org/Open3D-ML

v0.19.0

08 Jan 07:40
b64b514
Compare
Choose a tag to compare

What's Changed

  • Update README.md, add the TUM-FAÇADE dataset to the list by @OloOcki in #630
  • Update visualizer.py. Fix import when no GUI by @ccoulombe in #636
  • Add SECURITY.md, restrict github actions permissions by @ssheorey in #652
  • Python 3.12 support by @ssheorey in #657
  • Allowing for features (e.g. intensity) for semantickitti datasets. Needs in_channels >= 4 in config. by @john-philipp in #665
  • Add cxx11_abi pytorch requirements file. by @ssheorey in #667
  • Fix bug of multiple pre-processing when segmentation (PyTorch) by @Lionelsy in #645

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18 release

05 Jan 01:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17 release

14 Mar 17:24
538b661
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

22 Feb 21:32
e469075
Compare
Choose a tag to compare
Update PyTorch CPU wheel index URL

v0.15.1

11 Mar 17:01
e6352ee
Compare
Choose a tag to compare
Merge pull request #477 from isl-org/ssheorey/docs-fix

Fix RandLANet docs

v0.14.1

15 Dec 10:26
be950c9
Compare
Choose a tag to compare
Downgrade torch on mac to 1.8.1 (#436)

* Downgrade torch on mac to 1.8.1
* Update CI to use old CXX11_ABI due to new CXX11_ABI default in Open3D.
Co-authored-by: Sameer Sheorey <[email protected]>

v0.13.1

03 Jun 05:05
15fefa7
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release
r0.13.1

fix import issue (#290)

v0.13.0

01 Jun 22:28
58264db
Compare
Choose a tag to compare
Update download link (#288)

Fixed RandLANet mIoU issue on S3DIS dataset and tensorflow. Updated weights link.

Open3D-ML 0.12.0

24 Dec 08:12
fe2db3d
Compare
Choose a tag to compare

Check out all the new features here

  • New 3D object detection module
    • Training and inference pipelines in TensorFlow and PyTorch
    • 3D BoundingBox visualizer
    • PointPillars
    • Datasets: KITTI, Waymo, Lyft level 5, nuSecenes, and Argoverse.