To read more about the Segment Anything Project please refer to the Lightly AI blogpost

1. Choose Model Checkpoint

Model Checkpoint

Which model checkpoint to load?

2. Upload your Image and draw bounding box(es)

{
  • "image": {
    • "path": "/tmp/gradio/fc82a0a56a0fa21b497e1dbbacf298f14603e6c80d40de330db7d774fb3cd857/image.webp",
    • "url": "http://0.0.0.0:7860/gradio_api/file=/tmp/gradio/fc82a0a56a0fa21b497e1dbbacf298f14603e6c80d40de330db7d774fb3cd857/image.webp",
    • "size": null,
    • "orig_name": "image.webp",
    • "mime_type": null,
    • "is_stream": false,
    • "meta": {
      • "_type": "gradio.FileData"
      }
    },
  • "boxes": []
}