msraig / pfcnn

Code for the paper "PFCNN: Convolutional Neural Networks on 3D Surfaces Using Parallel Frames" (CVPR 2020).
MIT License
19 stars 6 forks source link

can this method be used for part segmentation #4

Open jeannotes opened 3 years ago

jeannotes commented 3 years ago

hi, I want to ask a question, can this be used in part-segmentation, such as shapenet mesh segmentation?

haopan commented 3 years ago

It could be applied for segmentation. The major problem with ShapeNet models is that their meshes have very rough tessellations, which makes the vertex sampling quite nonuniform and may hurt performance. Remeshing the models into better quality may help.

jeannotes commented 3 years ago

@haopan any recommendation remeshing methods?