modaresimr / evalseg

Medical Image Segmentation Evaluation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypi codecov CI

Medical Image Segmentation Evaluation

This project is intended to evaluate Medical Segmentation approaches from multiple prespective.

Please cite us if you use our codes or ideas ;)

@misc{modaresi2022mis,
  doi = {10.34740/KAGGLE/DSV/4728423},
  url = {https://www.kaggle.com/dsv/4728423},
  author = {{Seyed Modaresi} and {Aomar Osmani} and {Mohammadreza Razzazi} and {Abdelghani Chibani}},
  title = {Medical Image Segmentation: Evaluation},
  publisher = {Kaggle},
  year = {2022}
}

graphic_abstract

graphic-abstract

3d

What is included on this repository?

  • πŸ“ƒ Documentation
  • πŸ‹ A simple Containerfile to build a container image for your project.
    Containerfile is a more open standard for building container images than Dockerfile, you can use buildah or docker with this file.
  • πŸ§ͺ Testing structure using pytest
  • βœ… Code linting using flake8
  • πŸ“Š Code coverage reports using codecov
  • πŸ›³οΈ Automatic release to PyPI using twine and github actions.
  • 🎯 Entry points to execute your program using python -m <evalseg> or $ evalseg with basic CLI argument parsing.
  • πŸ”„ Continuous integration using Github Actions with jobs to lint, test and release your project on Linux, Mac and Windows environments.

evalseg

Install it from PyPI

pip install evalseg
pip install git+https://github.com/modaresimr/evalseg

Usage

comming soon
$ python -m evalseg
#or
$ evalseg

Development

Read the CONTRIBUTING.md file.

About

Medical Image Segmentation Evaluation

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 90.5%Language:Python 9.3%Language:Makefile 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%