PointPWC
PointPWC copied to clipboard
PointPWC-Net is a deep coarse-to-fine network designed for 3D scene flow estimation from 3D point clouds.
Hi, How is this result visualized?Can you help me?
model.module.load_state_dict(torch.load(args.pretrain)) https://github.com/DylanWusee/PointPWC/blob/f882e4c396b338d6144bf3d07b335ccaf155bdcf/train.py#L116
Hello, I'm trying to use this code to replicate the results claimed in the paper but when I run the self supervised training code provided they are far off. Starting...
Hi, thanks a lot for sharing the code-base. I wanted to know how one could use the pre-trained model on custom RBG-D dataset. Regarding this I had the following questions:...