ZrrSkywalker / PointCLIP

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

How to ensemble pointclip and other point model? #14

Open IzhiSu opened 1 year ago

IzhiSu commented 1 year ago

Hello author.I am very interested in your research.Could you tell me how to ensemble pointclip and other point model such as pointnet? Could you give me some tips?I'm looking forward to you reply.

ZrrSkywalker commented 1 year ago

Thanks for your interest! We directly transfer the code of PointCLIP into the code base of different methods, e.g. SimpleView's and CurveNet's. More simply, you can cache the predicted logits of PointCLIP and add them with other methods' predictions.