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?
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.
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.