fully-convolutional-point-network
                                
                                
                                
                                    fully-convolutional-point-network copied to clipboard
                            
                            
                            
                        Fully-Convolutional Point Networks for Large-Scale Point Clouds
Hi. I'm trying to understand the function here https://github.com/drethage/fully-convolutional-point-network/blob/5942685ea5b1c797fcc28e17be6d9ad48bf0f0e4/fcpn.py#L115 Not clear about what it does. Below I try to go through the algorithm. ``` def get_spatial_pool_weighting(sphere_radius, top_level_centroid_locations): """ Compute a...
@drethage thanks for open sourcing the wonderfull work , i had few queries Q1 have you trained the architecture on the available other dataset like semanttic Kitti and 3D dataset...
Hi I am trying to infer with the pre-trained model you provided. I am using one of the .PLY files from ScanNet dataset. But it just gives the same error;...