ZrrSkywalker / PointCLIP

[CVPR 2022] PointCLIP: Point Cloud Understanding by CLIP
317 stars 30 forks source link

How to adapt PointCLIP for part-segmentation task #15

Open amiltonwong opened 1 year ago

amiltonwong commented 1 year ago

Hi, @ZrrSkywalker ,

Thanks for releasing the package and also the guide on ZSL for 3D object classification. I'm concerned about whether it's possible to adapt the PointCLIP method for part-segmentation task, e.g. ShapeNet part dataset. If yes, could you elaborate on the steps for achieving it?

Thanks~

ZrrSkywalker commented 1 year ago

Thanks for your interest on our work. We have conducted zero-shot part segmentation on ShapeNetPart dataset in PointCLIP V2 by back-projecting CLIP's prediction from multi-view images. We will soon release the code after reviewing. Thanks.