Samir55 / SATR

[ICCV23] SATR: Zero-Shot Semantic Segmentation of 3D Shapes
https://samir55.github.io/SATR/
MIT License
81 stars 5 forks source link

Custom data #1

Closed FeiiYin closed 10 months ago

FeiiYin commented 10 months ago

Hi, thanks for your awesome work. I would like to ask how to test on my custom data, like point cloud, mesh or nerf obtained from my training. Can you provide several scripts or some insight? Thanks in advance.

Samir55 commented 10 months ago

Hi @FeiiYin, I appreciate your interest. Our code takes as input a 3D mesh. Please look at the demo section in the readme file here, which takes a config file. A single command operates only on one mesh, so you should create a separate command for each mesh.