File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ calculation tool, you can do:
1010- Drawing ROC curve(Done)
1111- Get FPPI(False Positive Per Image) and FPPW(False Positive Per Window) in any threshold(Done)
1212## Update
13- - fix some bugs
14- - sematic label name is supported now (e.g. "Person", "Car")
13+ - add comments
1514## Requirements
1615- python 2.X OR python 3.X
1716- python-opencv (any version)
1817- matplotlib 2.2.3
1918## Input format
20- - TXT format, see 'sample' folder
19+ - TXT format, see 'sample' folder; bounding box style is 'xmin ymin xmax ymax'
2120- XML format, only Pascal VOC style supported
2221## Usage
22+ first, modify parameters in 'evaluation.py' ('class_names') and io_file.py ('class_map') as you need
2323``` shell
2424python test.py --dir ./sample/prediction ./sample/test_annos --ratio 0.5 --thre 0.7
2525```
You can’t perform that action at this time.
0 commit comments