Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 3.24 KB

README.md

File metadata and controls

82 lines (52 loc) · 3.24 KB

napari-segment-anything-2

License BSD-3 PyPI Python Version tests codecov napari hub

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.

Installation

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

Notes

To load mp4 or other video files, you need to install napari_video.

pip install napari_video

Contributing

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.

License

Distributed under the terms of the BSD-3 license, "napari-segment-anything-2" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.