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
The fusion result I got, the number of points is 0, I checked the results of views and update during the process, and the value of the mask has always been false. Is there something wrong with my operation?
The fusion result I got, the number of points is 0, I checked the results of views and update during the process, and the value of the mask has always been false. Is there something wrong with my operation?
'97': {'image': tensor([[[[ 96., 96., 94., ..., 59., 59., 59.],
[ 96., 97., 94., ..., 60., 59., 59.],
[ 96., 96., 94., ..., 60., 60., 60.],
...,
[147., 147., 147., ..., 95., 94., 93.],
[148., 148., 149., ..., 95., 94., 93.],
[148., 148., 148., ..., 94., 94., 93.]],
'97': {'depth': tensor([[[[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],
...,
[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.]]]]), 'mask': tensor([[[[False, False, False, ..., False, False, False],
[False, False, False, ..., False, False, False],
[False, False, False, ..., False, False, False],
...,
[False, False, False, ..., False, False, False],
[False, False, False, ..., False, False, False],
[False, False, False, ..., False, False, False]]]])}}
'97': {'points': tensor([], size=(0, 3)), 'colors': tensor([], size=(0, 3)), 'dirs': tensor([], size=(0, 3))}}
[Open3D WARNING] [KDTreeFlann::SetRawData] Failed due to no data.
tensor([], size=(0, 3))
[Open3D WARNING] Write PLY failed: point cloud has 0 points.
The text was updated successfully, but these errors were encountered: