Sangminhong / ACL-SPC_PyTorch

Official implementation of the paper "ACL-SPC: Adaptive Closed-Loop system for Self-Supervised Point Cloud Completion" (CVPR 2023)
34 stars 5 forks source link

The download path of the datasets #2

Closed IvanXie416 closed 5 months ago

IvanXie416 commented 1 year ago

Thanks for your outstanding work. Could you please provide the download path of the datasets? Thank you!

Sangminhong commented 1 year ago

Thanks for your outstanding work. Could you please provide the download path of the datasets? Thank you!

Sorry for the late reply.

  1. ShapeNet: I followed the process in https://github.com/eldar/differentiable-point-clouds.
  2. SemanticKITTI : http://semantic-kitti.org/dataset.html.
  3. MatterPort3D, ScanNet, KITTI : I followed the process in https://github.com/xuelin-chen/pcl2pcl-gan-pub.

Thank you.