- 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)...
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.