Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 768 Bytes

File metadata and controls

29 lines (19 loc) · 768 Bytes

Segment Anything Model (SAM)

CPU


Building and Running the Docker Container

# Run with Jupyterlab for example notebooks
ryzers build sam jupyterlab
ryzers run

Running the Example Notebook

The SAM container has a default command that launches Jupyter Lab with the notebook directory set to /ryzers/notebooks.

Accessing Jupyter Lab

  1. Open your web browser and go to: http://localhost:8888
  2. Locate and open the following supported tutorials you want to begin:
    • automatic_mask_generator_example.ipynb
    • predictor_example.ipynb

For further details, refer to the official Segment Anything repository.