kartezio


Namekartezio JSON
Version 1.0.0a1 PyPI version JSON
download
home_page
SummaryA CGP Framework for Image Processing
upload_time2023-09-15 22:55:01
maintainerKevin Cortacero
docs_urlNone
authorKevin Cortacero
requires_python
license
keywords machine learning cartesian genetic programming computer vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h2 align="center"> Kartezio </h2>
<h5 align="center"> A Darwinian Designer of Explainable Algorithms for Biomedical Image Segmentation </h5>

## Package Description
[TODO]

## Installation

Tested on Windows, Ubuntu 18.04, Ubuntu 22.04.

Tested with different versions of Python3: 3.7, 3.8, 3.9 and 3.10.


### Creation of a virtualenv is recommanded:

```bash
python3 -m pip install virtualenv
python3 -m venv <path/to/venv/venv_name>
source <path/to/venv/venv_name>/bin/activate
pip install --upgrade pip
```

### Installation from Pypi

```bash
(venv_name)$ pip install kartezio
```

### Local installation using pip

```bash
(venv_name)$ git clone [TODO] 
(venv_name)$ cd kartezio
(venv_name)$ python -m pip install -e .
```
## First steps
[TODO]

## Reported Results
Kartezio was compared on the Cell Image Library dataset against the reported performance of Cellpose/Stardist/MRCNN (December, 2022) as reported in Stringer et al, Nature Methods, 2021 and published in Cortacero et al, Nature Communnications, 2023:

|                  | Kartezio | Kartezio | Kartezio | Cellpose | Stardist | MRCNN |
|------------------|----------|----------|----------|----------|----------|-------|
| Training images  | 8        | 50       | 89       | 89       | 89       | 89    |
| AP50 on test set | 0.838 (mean)| 0.849 (mean)| 0.858 (mean) | 0.91 (max)   | 0.76 (max)     | 0.80 (max |

An additional, but not published, comparison was performed against the reported performance of CPP-Net, on BBBC006v1 dataset reported in Chen et al, 2023 (July, 2023):

|                  | Kartezio-s1 | Kartezio-s2 | CPP-Net | Stardist | 
|------------------|-------------|-------------|---------|----------|
| Training images  | 20          | 20          | 538     |   538    | 
| AP50 on test set | 0.822       | 0.879       | 0.9811  | 0.9757   |

## References and Citation
[TODO .bibtex]


## Licensing
The Software must be used for Non-Commercial Research only, under the terms and conditions set out in the License file, and You may not use the Software except in compliance with the License.
The Software distributed under the License is distributed on an "as is" basis, without warranties or conditions of any kind, either express or implied.
See the License file for the specific language governing permissions and limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "kartezio",
    "maintainer": "Kevin Cortacero",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "kevin.cortacero@inserm.fr",
    "keywords": "Machine Learning,Cartesian Genetic Programming,Computer Vision",
    "author": "Kevin Cortacero",
    "author_email": "kevin.cortacero@inserm.fr",
    "download_url": "https://files.pythonhosted.org/packages/44/e5/6c68fe20c10b905330f4267de9d328182ef139f96f2b3f14c54bc7aad33d/kartezio-1.0.0a1.tar.gz",
    "platform": "any",
    "description": "<h2 align=\"center\"> Kartezio </h2>\n<h5 align=\"center\"> A Darwinian Designer of Explainable Algorithms for Biomedical Image Segmentation </h5>\n\n## Package Description\n[TODO]\n\n## Installation\n\nTested on Windows, Ubuntu 18.04, Ubuntu 22.04.\n\nTested with different versions of Python3: 3.7, 3.8, 3.9 and 3.10.\n\n\n### Creation of a virtualenv is recommanded:\n\n```bash\npython3 -m pip install virtualenv\npython3 -m venv <path/to/venv/venv_name>\nsource <path/to/venv/venv_name>/bin/activate\npip install --upgrade pip\n```\n\n### Installation from Pypi\n\n```bash\n(venv_name)$ pip install kartezio\n```\n\n### Local installation using pip\n\n```bash\n(venv_name)$ git clone [TODO] \n(venv_name)$ cd kartezio\n(venv_name)$ python -m pip install -e .\n```\n## First steps\n[TODO]\n\n## Reported Results\nKartezio was compared on the Cell Image Library dataset against the reported performance of Cellpose/Stardist/MRCNN (December, 2022) as reported in Stringer et al, Nature Methods, 2021 and published in Cortacero et al, Nature Communnications, 2023:\n\n|                  | Kartezio | Kartezio | Kartezio | Cellpose | Stardist | MRCNN |\n|------------------|----------|----------|----------|----------|----------|-------|\n| Training images  | 8        | 50       | 89       | 89       | 89       | 89    |\n| AP50 on test set | 0.838 (mean)| 0.849 (mean)| 0.858 (mean) | 0.91 (max)   | 0.76 (max)     | 0.80 (max |\n\nAn additional, but not published, comparison was performed against the reported performance of CPP-Net, on BBBC006v1 dataset reported in Chen et al, 2023 (July, 2023):\n\n|                  | Kartezio-s1 | Kartezio-s2 | CPP-Net | Stardist | \n|------------------|-------------|-------------|---------|----------|\n| Training images  | 20          | 20          | 538     |   538    | \n| AP50 on test set | 0.822       | 0.879       | 0.9811  | 0.9757   |\n\n## References and Citation\n[TODO .bibtex]\n\n\n## Licensing\nThe Software must be used for Non-Commercial Research only, under the terms and conditions set out in the License file, and You may not use the Software except in compliance with the License.\nThe Software distributed under the License is distributed on an \"as is\" basis, without warranties or conditions of any kind, either express or implied.\nSee the License file for the specific language governing permissions and limitations under the License.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A CGP Framework for Image Processing",
    "version": "1.0.0a1",
    "project_urls": {
        "Source": "https://github.com/KevinCortacero/Kartezio",
        "Tracker": "https://github.com/KevinCortacero/Kartezio/issues"
    },
    "split_keywords": [
        "machine learning",
        "cartesian genetic programming",
        "computer vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a353870fa76caff044715e8b24067b23e05196112a05580fe99bcada25dc48d",
                "md5": "56e4db3761f18951db0bb1a8467b199f",
                "sha256": "c977f2e42c22f83f109089f43ea9770028ec049c29d76e738a83451d591b2656"
            },
            "downloads": -1,
            "filename": "kartezio-1.0.0a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56e4db3761f18951db0bb1a8467b199f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 53472,
            "upload_time": "2023-09-15T22:54:58",
            "upload_time_iso_8601": "2023-09-15T22:54:58.811621Z",
            "url": "https://files.pythonhosted.org/packages/7a/35/3870fa76caff044715e8b24067b23e05196112a05580fe99bcada25dc48d/kartezio-1.0.0a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44e56c68fe20c10b905330f4267de9d328182ef139f96f2b3f14c54bc7aad33d",
                "md5": "cb9d8cebfb791d2cced1cb464676e68f",
                "sha256": "5f3d5a21cb60cf480ff9e22fa08762bcd3e1eccf6735e5e665f5017482194e2b"
            },
            "downloads": -1,
            "filename": "kartezio-1.0.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "cb9d8cebfb791d2cced1cb464676e68f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41492,
            "upload_time": "2023-09-15T22:55:01",
            "upload_time_iso_8601": "2023-09-15T22:55:01.075559Z",
            "url": "https://files.pythonhosted.org/packages/44/e5/6c68fe20c10b905330f4267de9d328182ef139f96f2b3f14c54bc7aad33d/kartezio-1.0.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 22:55:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KevinCortacero",
    "github_project": "Kartezio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "kartezio"
}
        
Elapsed time: 0.31863s