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
I have successfully implemented semantic segmentation on point clouds using the S3DIS dataset. Now, I would like to try switching to an outdoor road point cloud dataset. However, I noticed that the data format of SemanticKITTI differs significantly from that of S3DIS. I would like to inquire whether the PointNet++ model can be applied to semantic segmentation on the SemanticKITTI dataset, and how to proceed. Is it necessary to use a DataLoader to convert its format?
The text was updated successfully, but these errors were encountered:
I have successfully implemented semantic segmentation on point clouds using the S3DIS dataset. Now, I would like to try switching to an outdoor road point cloud dataset. However, I noticed that the data format of SemanticKITTI differs significantly from that of S3DIS. I would like to inquire whether the PointNet++ model can be applied to semantic segmentation on the SemanticKITTI dataset, and how to proceed. Is it necessary to use a DataLoader to convert its format?
The text was updated successfully, but these errors were encountered: