以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2022/12/05/235121より取得しました。


Google ColabとOpen3D

https://shuzo-kino.hateblo.jp/entry/2018/07/06/232654
でやったツールがOpen3dと使えるようになったのでメモ

実際のところ

! pip install open3d
import open3d as o3d

dataset = o3d.data.LivingRoomPointClouds()

pcds = []
pcds.append(o3d.io.read_point_cloud('/root/open3d_data/extract/LivingRoomPointClouds/cloud_bin_0.ply'))

o3d.visualization.draw_plotly(
  [pcds[0]],
  width=400,
  height=400
)


plotly

描画につかったplotly自体は軽量な可視化ツールのようです
これはこれで注目した方がよさそうな技術
Plotly: Low-Code Data App Development




以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2022/12/05/235121より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14