Plugin to correct manually pixel wrongly predicted on image by annotation
Project description
napari-pixel-correction
Plugin to correct manually pixel wrongly predicted on image by annotation
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
This plugin allows you to manually correct the images of the apple tree flowers by annotation. Below, a piece of an image shows the predicted pixels (in brown). A pixel in brown is assigned to the flower class. We can see that the brown colour does not necessarily cover a flower in this image.
Installation
You can install napari-pixel-correction
via pip:
pip install napari-pixel-correction
To install latest development version :
pip install git+https://github.com/hereariim/napari-pixel-correction.git
How does it work
First, you need a compressed file (in .zip format) were you have all your images. For a compressed file named as input.zip
, the compressed file should be built like :
.
└── input.zip
└── repository
├── image
│ ├── im_1.JPG
│ ├── im_2.JPG
│ ├── im_3.JPG
│ ...
│ └── im_n.JPG
│
└── mask
├── im_1_mask.JPG
├── im_2_mask.JPG
├── im_3_mask.JPG
...
└── im_n_mask.JPG
In repository, each image folder should have two elements : image in RGB and the segmented mask in binary image (where no-flower class is 0 and flower class is 255)
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-pixel-correction" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file napari-pixel-correction-0.1.4.tar.gz
.
File metadata
- Download URL: napari-pixel-correction-0.1.4.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b08823fa39eb69d937e651bb04e7fb4c013e9059bee5ff43fa2e0849851a9a3b |
|
MD5 | 7d8589a05f5f3e4300435c751c58fba7 |
|
BLAKE2b-256 | e65fa92cf5f9a58628372793b756976fa7f825792e6cf0c61d3352f34331069e |
File details
Details for the file napari_pixel_correction-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: napari_pixel_correction-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e3469e1917e79502504f0eb426ff60055626e6e047cd93e9daecd0721d327c5 |
|
MD5 | 22c59434bc0469648c2a7e6660c96c64 |
|
BLAKE2b-256 | 5767506a0e27d750a6cd7ca6dc1349e3e2347451310e76c08a47bc680233a449 |