microsoft / O-CNN

O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo with segmentation

zhDai opened this issue · comments

commented

After I trained my model of segmentation in pytorch, but how to evaluate with giving a ply file as input and check the 3d model that export?

You should convert the ply file to a points file, and forward the trained network to get the predictions.