I'm using SAMesh to segment my GLB file, which generates:
A directory with 5 types of .npy files
Multiple PNG images
A model_segmented.glb file
Question: Does HoloPart only need the model_segmented.glb as input, or do I also need to run the provided code with the corresponding mask.npy files?
If mask files are required, which specific mask files should I use?
I'm using SAMesh to segment my GLB file, which generates:
A directory with 5 types of
.npyfilesMultiple PNG images
A
model_segmented.glbfileQuestion: Does HoloPart only need the
model_segmented.glbas input, or do I also need to run the provided code with the correspondingmask.npyfiles?If mask files are required, which specific mask files should I use?