- Notifications
You must be signed in to change notification settings - Fork2
License
NotificationsYou must be signed in to change notification settings
tjiiv-cprg/visdrone-det-toolkit-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python implementation of evaluation utilities ofVisDrone2018-DET-toolkit.
Modify the dataset and result directories in evaluate.py and run:
python evaluate.py
Installation:
git clone https://github.com/tjiiv-cprg/visdrone-det-toolkit-python.gitcd visdrone-det-toolkit-pythonpip install -e.
An example of using the functioneval_det
is given below:
fromvisevalimporteval_det...ap_all,ap_50,ap_75,ar_1,ar_10,ar_100,ar_500=eval_det(annotations,results,heights,widths)...