masknet
masknet copied to clipboard
MaskNet: A Fully Convolutional Network to Estimate Inlier Points
Results
2
masknet issues
Sort by
recently updated
recently updated
newest added
Hello, thank you for providing such a complete and excellent code.I have successfully run the code on the my computer. And i have a question of Is there any foundation...
as you mention in readme i changed source and target to my owndata: ``` def main(): args = options() torch.backends.cudnn.deterministic = True if args.user_data: template = np.array(o3d.io.read_point_cloud("/home/fteam4/sabra/catalyst/probreg/9.ply"))#np.random.randn(1, 100, 3) #...