A napari plugin for Meta's Segment Anything 2 in Images and Videos
napari-sam2-micro.mp4
It works a bit better in natural images
napari-sam2.mp4
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
You can install napari-segment-anything-2
via pip:
pip install git+https://github.com/jookuma/segment-anything-2@no-cc
pip install "napari[all]" napari-segment-anything-2
To install latest development version :
pip install git+https://github.com/jookuma/segment-anything-2@no-cc
pip install "napari[all]" git+https://github.com/JoOkuma/napari-segment-anything-2.git
To load mp4 or other video files, you need to install napari_video
.
pip install napari_video
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the BSD-3 license, "napari-segment-anything-2" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.