Model Scale and Position Incorrect in 3DSlicer

My models (from photogrammetry) have correct scale and position in Metashape but when I open them in 3DSlicer, they do not retain their scale or x, y, z position. Has anyone else encountered this issue? How was it resolved?

Thank you!

3D surface formats often do not explicit units, so the values written in them is open to interpretation. Slicer in that case interprets those values as millimeters, which is the default unit in Slicer. I would check what units metashape is saving the coordinates (meters, centimeters, inches) first. If you figure that out, it is often a simple linear transform.

Thank you, this is helpful!