Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepTrial authored Apr 29, 2018
1 parent 51a455a commit f6b715a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ predict probabilistic image,this package can draw ROC,PR curves and save them to
(False Positive Rate) TPR(True Positive Rate) AUC(Area under Curve) MAP(Mean Average Precision) IoU(Intersection over Union)
at the same time.

Usage

Install
-----
Now you can use pip to install autometric,try ``pip install autometric``


requirements:

- python 3.0+
- opencv_python
- matplotlib
- numpy


description
-----

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

0 comments on commit f6b715a

Please sign in to comment.