Jumpat / SegmentAnythingin3D

Segment Anything in 3D with NeRFs (NeurIPS 2023)
Apache License 2.0
831 stars 52 forks source link

How to run metashape xml files on sa3d? #48

Closed tbw831 closed 4 months ago

tbw831 commented 6 months ago

Hi, Thanks for your work!

Now I want to run a mask on sa3d with some data calibrated by metashape, which data format should I convert to? The coordinate system of various data formats is different, I am confused about this, can you help me?

Jumpat commented 6 months ago

Hello! SA3D is based on NeRF. You need to get the multi-view images for the scene and the corresponding camera poses and then train a nerf first!