dev-bjoern/sam3d-objects-mcp
Update README.md
fix: gradio 6 API — api_name=False instead of removed show_api, theme via launch()
feat: Ocean theme, guide tab, hide lambda from MCP API
feat: SAM3 concept segmentation replaces SAM2
fix: SAM2 mixed-device crash under ZeroGPU CUDA emulation
fix: UI hang after reconstruction + ZeroGPU optimizations
fix: add astor and timm — confirmed by static import closure
refactor: minimal hacks — own inference wrapper, trimmed stubs and deps, gradio 6.20
fix: pin utils3d to MoGe's commit — git HEAD dropped points_to_normals
fix: stub files contained HF redirect pages instead of Python
fix: rebuild for ZeroGPU torch whitelist (2.8-2.11)
fix: pin torch 2.5.1+cu121 to match kaolin 0.17.0 ABI
fix: Add missing utils3d dependency
Fix CONDA_PREFIX env, add Open3D for GLB mesh export
Fix SAM 3D Objects import: use notebook/inference.py
Replace SAM3 with SAM2 for automatic mask generation
Auto object detection: SAM3 finds objects automatically, no click needed
Add open_clip_torch and ftfy for SAM3 text tokenization
Fix ZeroGPU recursion: split click handler from GPU function
Fix MCP config: use url instead of npx mcp-remote
Use sam3 from PyPI instead of git
Fix SAM3 imports and API usage
Fix 3D preview output binding
SAM3 text/click segmentation + SAM 3D Objects reconstruction
Add SAM3 for auto-segmentation, GLB export
Use prebuilt gsplat wheel from docs.gsplat.studio
Fix dependency order: torch before gsplat/kaolin
Initial SAM 3D Objects MCP server
