Forked from unitycoder/how to download Meta Sam3D model output.md
Created
December 22, 2025 19:38
-
-
Save JangoCG/c5809443f398021c10afe3b18f438879 to your computer and use it in GitHub Desktop.
Revisions
-
unitycoder created this gist
Nov 20, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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