# napari-apple
[](https://github.com/hereariim/napari-apple/raw/main/LICENSE)
[](https://pypi.org/project/napari-apple)
[](https://python.org)
[](https://github.com/hereariim/napari-apple/actions)
[](https://codecov.io/gh/hereariim/napari-apple)
[](https://napari-hub.org/plugins/napari-apple)
Detection of apple based on YOLOv4 model
----------------------------------
This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.
<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started
and review the napari docs for plugin developers:
https://napari.org/plugins/index.html
-->
## Installation
First, please note that this module **only works** on a Linux Ubuntu system. Indeed, the launch of the YOLO module is a command that is executed on a Linux Ubuntu system.
Before you can operate the module, you must install the `napari-apple` module and Darknet on your machine.
### Instruction for napari-module
You can install `napari-apple` via [pip]:
pip install napari-apple
To install latest development version :
pip install git+https://github.com/hereariim/napari-apple.git
### Instruction Darknet
Darknet is the module where the pre-trained YOLO model is located. You can install Darknet by running this command:
git clone https://github.com/pjreddie/darknet
cd darknet
make
When Darknet is installed, you have to put the weights of the apple detection model in the cfg subfolder. You find the weights in the weight-darknet folder.
## 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-apple" is free and open source software
## Issues
If you encounter any problems, please [file an issue] along with a detailed description.
[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/hereariim/napari-apple/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
Raw data
{
"_id": null,
"home_page": "https://github.com/hereariim/napari-apple",
"name": "napari-apple",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Herearii Metuarea",
"author_email": "herearii.metuarea@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a8/4b/2bb2b07afb3b2d656e29312ed70414f7bb2758bb23511e432946de260434/napari_apple-0.0.6.tar.gz",
"platform": null,
"description": "# napari-apple\r\n\r\n[](https://github.com/hereariim/napari-apple/raw/main/LICENSE)\r\n[](https://pypi.org/project/napari-apple)\r\n[](https://python.org)\r\n[](https://github.com/hereariim/napari-apple/actions)\r\n[](https://codecov.io/gh/hereariim/napari-apple)\r\n[](https://napari-hub.org/plugins/napari-apple)\r\n\r\nDetection of apple based on YOLOv4 model\r\n\r\n----------------------------------\r\n\r\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\r\n\r\n<!--\r\nDon't miss the full getting started guide to set up your new package:\r\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\r\n\r\nand review the napari docs for plugin developers:\r\nhttps://napari.org/plugins/index.html\r\n-->\r\n\r\n## Installation\r\n\r\nFirst, please note that this module **only works** on a Linux Ubuntu system. Indeed, the launch of the YOLO module is a command that is executed on a Linux Ubuntu system.\r\n\r\nBefore you can operate the module, you must install the `napari-apple` module and Darknet on your machine.\r\n\r\n### Instruction for napari-module\r\n\r\nYou can install `napari-apple` via [pip]:\r\n\r\n pip install napari-apple\r\n\r\nTo install latest development version :\r\n\r\n pip install git+https://github.com/hereariim/napari-apple.git\r\n\r\n### Instruction Darknet\r\n\r\nDarknet is the module where the pre-trained YOLO model is located. You can install Darknet by running this command:\r\n\r\n git clone https://github.com/pjreddie/darknet\r\n cd darknet\r\n make\r\n \r\nWhen Darknet is installed, you have to put the weights of the apple detection model in the cfg subfolder. You find the weights in the weight-darknet folder. \r\n\r\n## Contributing\r\n\r\nContributions are very welcome. Tests can be run with [tox], please ensure\r\nthe coverage at least stays the same before you submit a pull request.\r\n\r\n## License\r\n\r\nDistributed under the terms of the [BSD-3] license,\r\n\"napari-apple\" is free and open source software\r\n\r\n## Issues\r\n\r\nIf you encounter any problems, please [file an issue] along with a detailed description.\r\n\r\n[napari]: https://github.com/napari/napari\r\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\r\n[@napari]: https://github.com/napari\r\n[MIT]: http://opensource.org/licenses/MIT\r\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\r\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\r\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\r\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\r\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\r\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\r\n\r\n[file an issue]: https://github.com/hereariim/napari-apple/issues\r\n\r\n[napari]: https://github.com/napari/napari\r\n[tox]: https://tox.readthedocs.io/en/latest/\r\n[pip]: https://pypi.org/project/pip/\r\n[PyPI]: https://pypi.org/\r\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Detection of apple based on YOLOv4 model",
"version": "0.0.6",
"project_urls": {
"Bug Tracker": "https://github.com/hereariim/napari-apple/issues",
"Documentation": "https://github.com/hereariim/napari-apple#README.md",
"Homepage": "https://github.com/hereariim/napari-apple",
"Source Code": "https://github.com/hereariim/napari-apple",
"User Support": "https://github.com/hereariim/napari-apple/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a9a6afa15307eb87770f9f288b790290fd033493907e7f59a6cefbf8e90de4d5",
"md5": "343fea01ab7c780ca2d2ff4a1e7add18",
"sha256": "caa6556efacc59596ccb03dc80a5d5b70633f6c81187eb04de7d8fc6b872e1d4"
},
"downloads": -1,
"filename": "napari_apple-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "343fea01ab7c780ca2d2ff4a1e7add18",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 21952738,
"upload_time": "2024-04-24T09:37:20",
"upload_time_iso_8601": "2024-04-24T09:37:20.167560Z",
"url": "https://files.pythonhosted.org/packages/a9/a6/afa15307eb87770f9f288b790290fd033493907e7f59a6cefbf8e90de4d5/napari_apple-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a84b2bb2b07afb3b2d656e29312ed70414f7bb2758bb23511e432946de260434",
"md5": "dc5d2d61bd22491a1749304dad0bbc12",
"sha256": "c162aedb0e048d9668bce3aa96f04bc41bcf43bf7a272fd97a61e1b927bb1908"
},
"downloads": -1,
"filename": "napari_apple-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "dc5d2d61bd22491a1749304dad0bbc12",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 21958755,
"upload_time": "2024-04-24T09:37:23",
"upload_time_iso_8601": "2024-04-24T09:37:23.433305Z",
"url": "https://files.pythonhosted.org/packages/a8/4b/2bb2b07afb3b2d656e29312ed70414f7bb2758bb23511e432946de260434/napari_apple-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-24 09:37:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hereariim",
"github_project": "napari-apple",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "napari-apple"
}