{"name":"napari-bee-annotator","display_name":"Bee annotator","visibility":"public","icon":"","categories":["Annotation"],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-bee-annotator.get_reader","title":"Open tracks data with Bee annotator","python_name":"napari_bee_annotator._reader:napari_get_reader","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-bee-annotator.write_single_tracks_layer","title":"Write tracks layer with Bee annotator","python_name":"napari_bee_annotator._writer:write_single_tracks_layer","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-bee-annotator.make_container_widget","title":"Make threshold Container widget","python_name":"napari_bee_annotator:Annotator","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"napari-bee-annotator.get_reader","filename_patterns":["*.csv"],"accepts_directories":false}],"writers":[{"command":"napari-bee-annotator.write_single_tracks_layer","layer_types":["tracks"],"filename_extensions":[".csv"],"display_name":""}],"widgets":[{"command":"napari-bee-annotator.make_container_widget","display_name":"Bee annotator","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-bee-annotator","version":"0.0.1","dynamic":null,"platform":null,"supported_platform":null,"summary":"Napari plugin for the annotation of bee entering and leaving the hive.","description":"\n\n\n# napari-bee-annotator\nDeveloped by the [EPFL Center for Imaging](https://imaging.epfl.ch/) for the [Mobile Robotic Systems Group](https://www.epfl.ch/labs/mobots/) in Dec 2023.\nThis napari plugin provides an easy way for the researches to annotate honey bees leaving/entering the hive. The annotations will serve as ground truth for the validation of various automated animal tracking approaches.\n\n[![License BSD-3](https://img.shields.io/pypi/l/napari-bee-annotator.svg?color=green)](https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-bee-annotator.svg?color=green)](https://pypi.org/project/napari-bee-annotator)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-bee-annotator.svg?color=green)](https://python.org)\n[![tests](https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator/workflows/tests/badge.svg)](https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator/actions)\n[![codecov](https://codecov.io/gh/EPFL-Center-for-Imaging/napari-bee-annotator/branch/main/graph/badge.svg)](https://codecov.io/gh/EPFL-Center-for-Imaging/napari-bee-annotator)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-bee-annotator)](https://napari-hub.org/plugins/napari-bee-annotator)\n\n## Installation\n\nYou can install `napari-bee-annotator` via [pip]:\n\n pip install napari-bee-annotator\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator.git\n\n## Getting started\n\n1. Open napari with the plugin and your video using the following command `napari -w napari-bee-annotator --plugin video path/to/video.mp4`. Note that you need to have [napari_video](https://www.napari-hub.org/plugins/napari_video) installed to read `mp4` files.\n\n2. Select the orientation of your video: horizontal/vertical refers to the direction of the bee's leaving/entering the hive.\n\n3. Start annotating: A simple left click indicates a bee moving up or to the left depending on the orientation selected. You can hold down the shift key to annotate a bee moving down or to the right. Annotations can be deleted with a right click on the annotation you want to delete. To move to the next frame, you can either hold down `ctrl` and scroll with the mouse wheel or click on the play button. Playback parameters, such as the playback speed, can be changed by right clicking on the play button.\n\n4. Saving and loading tracks: To save a tracks layer selected from the list of layers and click on `File > Save selected layers`. Choose a name and the csv extension. If you want to continue to work on the annotations for a specific video, you first have to load the corresponding csv file by clicking on `Open with Plugin > Open file(s)...`. Select the file you want to load and click on open. A dialog should pop up that asks you to select the reader to use for loading the csv file. Select `Bee annotator`. Lastly, you have to tell the plugin to interact with the layer you just loaded by selecting it in the `Tracks layer` drop down menu.\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-bee-annotator\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator","download_url":null,"author":"Florian Aymanns","author_email":"florian.aymanns@epfl.ch","maintainer":null,"maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["numpy","magicgui","qtpy","scikit-image","tox ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","pytest-qt ; extra == 'testing'","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":["Bug Tracker, https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator/issues","Documentation, https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator#README.md","Source Code, https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator","User Support, https://github.com/EPFL-Center-for-Imaging/napari-bee-annotator/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}