mprm icon indicating copy to clipboard operation
mprm copied to clipboard

Multi-Path Region Mining For Weakly Supervised 3D Semantic Segmentation on Point Clouds

Results 8 mprm issues
Sort by recently updated
recently updated
newest added

Thank you for sharing the code! However, I have several questions about the Subcloud-level Annotation. Could you explain how to get the file subcloud_label.tar.gz or how to annotate subcloud in...

hello! Want to ask for some help while loading .ply data I tried to load .ply data with "read_ply" function and it gave me keyerror ``` in parse_header(plyfile, ext) 40...

Dear plusmultiply, Thank you very much for sharing the code. During the training, PCAM, SA and PSA work well and the loss steadily decreases. However, when I use channel attention...

Traceback (most recent call last): File "/home/data2/mprm-master/training_mprm.py", line 201, in model = KernelPointFCNN(dataset.flat_inputs, config) File "/data2/mprm-master/models/KPFCNN_mprm.py", line 89, in __init__ self.inputs['last_batch_ind'] = flat_inputs[ind] IndexError: tuple index out of range Creating...

Hello, nice job! I was sorry to bother you abount scannet dataset. I want to know more about the dataset, which version(v1 or v2) did you use? How much memory...

Thanks for bringing the idea of attention to wsss in point cloud! I met two issues in this work 1. In https://github.com/plusmultiply/mprm/blob/master/datasets/Scannet_subcloud.py#L798 You make the center of the sub-cloud different...

I have a question about how the pseudo labels on validation sets in Table 3 evaluated in code? I observed that the validation data in the scannet_subcloud.py is 1201 training...

Will you release the pretrained models?