├── README.md ├── data.py ├── evaluate.py ├── pointnet_part_seg.py ├── preprocess_rbf.py ├── provider.py ├── split_rbf.py ├── train.py └── utils ├── build.sh ├── data_prep_util.py ├── eulerangles.py ├── group_conv.py ├── pc_util.py ├── permutation.cpp ├── plyfile.py └── tf_util.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/README.md -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/data.py -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/evaluate.py -------------------------------------------------------------------------------- /pointnet_part_seg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/pointnet_part_seg.py -------------------------------------------------------------------------------- /preprocess_rbf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/preprocess_rbf.py -------------------------------------------------------------------------------- /provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/provider.py -------------------------------------------------------------------------------- /split_rbf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/split_rbf.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/train.py -------------------------------------------------------------------------------- /utils/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/build.sh -------------------------------------------------------------------------------- /utils/data_prep_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/data_prep_util.py -------------------------------------------------------------------------------- /utils/eulerangles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/eulerangles.py -------------------------------------------------------------------------------- /utils/group_conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/group_conv.py -------------------------------------------------------------------------------- /utils/pc_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/pc_util.py -------------------------------------------------------------------------------- /utils/permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/permutation.cpp -------------------------------------------------------------------------------- /utils/plyfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/plyfile.py -------------------------------------------------------------------------------- /utils/tf_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianyuMeng/VV-Net-Voxel-VAE-Net-with-Group-Convolutions-for-Point-Cloud-Segmentation/HEAD/utils/tf_util.py --------------------------------------------------------------------------------