charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.17k stars 902 forks source link

How can the prediction result be restored to the original size? #230

Open Lizhinwafu opened 2 years ago

Lizhinwafu commented 2 years ago

In part segmentation, since the data is normalized during training, the size of the pre result is different from that of the actual data. How can I recover it?