Metadata-Version: 2.0
Name: autometric
Version: 0.1
Summary: draw ROC,PR curve and calculate AUC MAP IoU for image semantic segmentation problem
Home-page: https://github.com/DeepTrial/AutoMetric
Author: Resnick Xing
Author-email: resnick.xing@gmail.com
License: BSD License
Description-Content-Type: UNKNOWN
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries

====
autometric
====

``autometric`` is to help draw ROC,PR curves for image semantic segmentation problem.When you have groundtruth image and
predict probabilistic image,this package can draw ROC,PR curves and save them to your savepath.It can also calculate FPR
(False Positive Rate) TPR(True Positive Rate) AUC(Area under Curve) MAP(Mean Average Precision) IoU(Intersection over Union)
at the same time.

Usage
-----

``autometric`` include the following function/class:


- ``CollectData``: a ``class`` to calculate FPR,TPR,AUC,MAP,IOU

- ``DrawCurve``: a ``class``  to draw and save ROC PR curves

- ``fileList``: a ``function`` to collect file to a list

- ``drawCurve``: a ``function`` to draw curves and calculate parameters.Read example.py to get an idea of how to use!


.. image:: url(https://i.imgur.com/ZCNAIFw.png)
   :width: 500px
   :alt: Sphinx Neo-Hittite
   :target: 


