Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Created November 20, 2025 14:12
Show Gist options
  • Select an option

  • Save unitycoder/35e7ad183741610f7476267219226163 to your computer and use it in GitHub Desktop.

Select an option

Save unitycoder/35e7ad183741610f7476267219226163 to your computer and use it in GitHub Desktop.
how to download Meta Sam3D model output

how to download Meta Sam3D model output (gaussian splat .ply)

  • press F12 to open browser developer tools, open Network tab
  • generate some 3d object https://aidemos.meta.com/segment-anything/editor/convert-image-to-3d
  • view Fetch/XHR requests in the network panel
  • find graphql/ request (usually the last one), with data like: data: {xfair_sam3d_3dfy_model_gaussian_splat...
  • open the data hierarchy to find "gaussian_splat: ..." and it contains url to .ply file
  • copy that url and open in browser to download file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment