From 57b40be4124740013110d0a7e59ccdf0dad94f94 Mon Sep 17 00:00:00 2001 From: wangzhe Date: Fri, 21 May 2021 16:47:22 +0800 Subject: [PATCH] update: README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca1a8e9..4a2cabf 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ calculation tool, you can do: - 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") +- add comments ## Requirements - python 2.X OR python 3.X - python-opencv (any version) - matplotlib 2.2.3 ## Input format -- TXT format, see 'sample' folder +- TXT format, see 'sample' folder; bounding box style is 'xmin ymin xmax ymax' - XML format, only Pascal VOC style supported ## Usage +first, modify parameters in 'evaluation.py' ('class_names') and io_file.py ('class_map') as you need ```shell python test.py --dir ./sample/prediction ./sample/test_annos --ratio 0.5 --thre 0.7 ```