- 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
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.
how to download Meta Sam3D model output
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment