Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save JangoCG/c5809443f398021c10afe3b18f438879 to your computer and use it in GitHub Desktop.

Select an option

Save JangoCG/c5809443f398021c10afe3b18f438879 to your computer and use it in GitHub Desktop.

Revisions

  1. @unitycoder unitycoder created this gist Nov 20, 2025.
    7 changes: 7 additions & 0 deletions how to download Meta Sam3D model output.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ### 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