- 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
Created
November 20, 2025 14:12
-
-
Save unitycoder/35e7ad183741610f7476267219226163 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