Closed KkCabin closed 1 year ago
Hi! You should create a dataloader to load the points and intensities following the SemanticDataset class. Once you can run your forward pass loading the weights, you'll have the semantic and instance predictions for each input point in the test step.
Hi! You should create a dataloader to load the points and intensities following the SemanticDataset class. Once you can run your forward pass loading the weights, you'll have the semantic and instance predictions for each input point in the test step.
Ok, thank you for your response😊. I'll have a try.
Hi,
Thank you for your outstanding work. I have a question, how can I test the results on my own dataset? For example, input a point cloud or a set of point clouds and store the results after instances segmentation