Medical Image Segmentation Evaluation


License
CC0-1.0
Install
pip install evalseg==2.7

Documentation

pypi codecov CI

Medical Image Segmentation Evaluation

This project is intended to evaluate Medical Segmentation approaches from multiple prespective. 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.