qinglew / PCN-PyTorch

Implementation of PCN(Point Completion Network) in PyTorch.
141 stars 33 forks source link

Implemetation Help #2

Closed LebaAnna closed 3 years ago

LebaAnna commented 3 years ago

Can you provide a step by step execution of the PCN Pytorch

LebaAnna commented 3 years ago

where is the entire dataset available? Couldn't find the dataset of the path mentioned in the code

qinglew commented 3 years ago

You need to download ShapeNet Core v1 and extract 8 categories from the whole dataset which are .ply file. You need to sample from the surface of the PAD model and generate the partial point clouds using the code I provided. The code are located at render and sample directores. The dataset generated is very big. So you need to generate by yourself. Or you can reference the official code of the PCN model which provides the Google drive address of the dataset.