zztianzz / PF-Net-Point-Fractal-Network

CVPR2020 PF-Net: Point Fractal Network for 3D Point Cloud Completion
MIT License
312 stars 63 forks source link

Parallelize point cropping #22

Closed unknownue closed 3 years ago

unknownue commented 4 years ago

Current point cropping implementation does not utilize parallelization. This PR should implement the same functionality but parallelize in batch. On my machine, the training time is 4x time faster than before.