From 886effdebad8efb3eda1fdc2c027094f58dc12e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?wangzhe=20=E7=8E=8B=E5=93=B2?= <zhe.wang@intellicloud.ai>
Date: Fri, 15 Nov 2019 16:47:15 +0800
Subject: [PATCH] add new functions

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 6759b2d..ca1a8e9 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@ calculation tool, you can do:
 - Drawing PR curve
 - Drawing ROC curve(Done)  
 - Get FPPI(False Positive Per Image) and FPPW(False Positive Per Window) in any threshold(Done) 
+## Update
+- fix some bugs
+- sematic label name is supported now (e.g. "Person", "Car")
 ## Requirements
 - python 2.X OR python 3.X
 - python-opencv (any version)