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
Hi, I try to remove a car from the scene, but it turned out this error:
'''
RuntimeError: Error(s) in loading state_dict for PointTexture:
size mismatch for texture_: copying a param with shape torch.Size([1, 8, 2547322]) from checkpoint, the shape in current model is torch.Size([1, 8, 2543402]).
'''
It seems like the model shape should be same to the point cloud size.
How can I edit the point cloud correctly?
The text was updated successfully, but these errors were encountered:
Hi, I try to remove a car from the scene, but it turned out this error: ''' RuntimeError: Error(s) in loading state_dict for PointTexture: size mismatch for texture_: copying a param with shape torch.Size([1, 8, 2547322]) from checkpoint, the shape in current model is torch.Size([1, 8, 2543402]). ''' It seems like the model shape should be same to the point cloud size. How can I edit the point cloud correctly?
Hello, have you solved this problem? How to edit point clouds to edit scenes
Hi, I try to remove a car from the scene, but it turned out this error:
'''
RuntimeError: Error(s) in loading state_dict for PointTexture:
size mismatch for texture_: copying a param with shape torch.Size([1, 8, 2547322]) from checkpoint, the shape in current model is torch.Size([1, 8, 2543402]).
'''
It seems like the model shape should be same to the point cloud size.
How can I edit the point cloud correctly?
The text was updated successfully, but these errors were encountered: