gfmei / GeoZe

16 stars 1 forks source link

Question about zero-shot part segmentation #2

Open SyKszzzzz opened 2 months ago

SyKszzzzz commented 2 months ago

Hello,

GeoZe's research is indeed excellent. However, my requirement is to segment different parts of my own 3D object rather than those in ShapeNet. I have noticed that GeoZe's zero-shot part segmentation requires a searched_prompt and search_vweight. Are these components necessary for the segmentation process? What steps should I take if I want to achieve part segmentation on my own 3D object?

Thank you for your assistance.

gfmei commented 2 months ago

Hello,

It is not required, but doing so can improve performance. In our code, searched_prompt and search_vweight are directly adopted from PointCLIPv2, and you can take inspiration from them.