We began by uploading the primary codebase. The complete code repository is being developed incrementally. We will describe the functionality of each code file individually.
pcnet_partseg_cam_test_visual.py is a script for 3D CAM visualization part segmentation.
train_classification.py is a script utilized by PCNet to perform classification tasks.
assistingdgcnn.py is the original DGCNN network script.
leader_pct.py is the script for the PCT network with the incorporated MSF module.
linearattention.py is the spatial and point-wise linear self-attention script.
pcnet_cls.py is the PCNet network script for the classification task.
pcnet_part_seg.py is the PCNet network script for the part segmentation task.
pcnet_sem_seg.py is the PCNet network script for the semantic segmentation task.