File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed
Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -72,29 +72,21 @@ and [Open3D C++ interface](http://www.open3d.org/docs/release/cpp_api.html).
7272
7373## Open3D-Viewer app
7474
75- <img align = " left " width =" 480 " src =" https://raw.githubusercontent.com/intel-isl/Open3D/master/docs/_static/open3d_viewer.png " >
75+ <img width =" 480 " src =" https://raw.githubusercontent.com/intel-isl/Open3D/master/docs/_static/open3d_viewer.png " >
7676
7777Open3D-Viewer is a standalone 3D viewer app available on Ubuntu and macOS.
78- Please stay tuned for Windows.
79-
80- Download Open3D Viewer from the
78+ Please stay tuned for Windows. Download Open3D Viewer from the
8179[ release page] ( https://github.com/intel-isl/Open3D/releases ) .
8280
83- <br clear =" left " />
84-
8581## Open3D-ML
8682
87- <img align = " left " width =" 480 " src =" https://raw.githubusercontent.com/intel-isl/Open3D-ML/master/docs/images/getting_started_ml_visualizer.gif " >
83+ <img width =" 480 " src =" https://raw.githubusercontent.com/intel-isl/Open3D-ML/master/docs/images/getting_started_ml_visualizer.gif " >
8884
8985Open3D-ML is an extension of Open3D for 3D machine learning tasks. It builds on
9086top of the Open3D core library and extends it with machine learning tools for
91- 3D data processing.
92-
93- To try it out, install Open3D with PyTorch or TensorFlow and check out
87+ 3D data processing. To try it out, install Open3D with PyTorch or TensorFlow and check out
9488[ Open3D-ML] ( https://github.com/intel-isl/Open3D-ML ) .
9589
96- <br clear =" left " />
97-
9890## Communication channels
9991
10092* [ GitHub Issue] ( https://github.com/intel-isl/Open3D/issues ) : bug reports,
Original file line number Diff line number Diff line change 11OPEN3D_VERSION_MAJOR 0
22OPEN3D_VERSION_MINOR 11
3- OPEN3D_VERSION_PATCH 0
3+ OPEN3D_VERSION_PATCH 1
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ document.write('\
1818 <td><a href="http://www.open3d.org/docs/latest/cpp_api">latest C++</a></td>\
1919 </tr>\
2020 <tr>\
21- <td><a href="http://www.open3d.org/docs/release">0.11.0</a></td>\
22- <td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.0 C++</a></td>\
21+ <td><a href="http://www.open3d.org/docs/release">0.11.1</a></td>\
22+ <td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.1 C++</a></td>\
23+ </tr>\
24+ <tr>\
25+ <td><a href="http://www.open3d.org/docs/0.11.0">0.11.0</a></td>\
26+ <td><a href="http://www.open3d.org/docs/0.11.0/cpp_api">0.11.0 C++</a></td>\
2327 </tr>\
2428 <tr>\
2529 <td><a href="http://www.open3d.org/docs/0.10.0">0.10.0</a></td>\
You can’t perform that action at this time.
0 commit comments