├── README.md ├── calc_map.py ├── data └── Annotations │ ├── test100001.xml │ ├── test100002.xml │ ├── test100004.xml │ ├── test100005.xml │ ├── test100006.xml │ ├── test100007.xml │ ├── test100008.xml │ ├── test100009.xml │ ├── test100011.xml │ ├── test100012.xml │ ├── test100013.xml │ ├── test100014.xml │ ├── test100015.xml │ ├── test100016.xml │ ├── test100019.xml │ ├── test100020.xml │ ├── test100022.xml │ ├── test100023.xml │ ├── test100024.xml │ ├── test100025.xml │ ├── test100026.xml │ ├── test100027.xml │ ├── test100028.xml │ ├── test100029.xml │ ├── test100030.xml │ ├── test100031.xml │ ├── test100032.xml │ ├── test100033.xml │ ├── test100034.xml │ ├── test100035.xml │ ├── test100036.xml │ ├── test100037.xml │ ├── test100038.xml │ ├── test100039.xml │ ├── test100040.xml │ ├── test100041.xml │ ├── test100042.xml │ ├── test100043.xml │ ├── test100044.xml │ ├── test100045.xml │ ├── test100046.xml │ ├── test100048.xml │ ├── test100049.xml │ ├── test100050.xml │ ├── test100051.xml │ ├── test100052.xml │ ├── test100053.xml │ ├── test100054.xml │ ├── test100055.xml │ ├── test100057.xml │ ├── test100058.xml │ ├── test100059.xml │ ├── test100060.xml │ ├── test100061.xml │ ├── test100062.xml │ ├── test100063.xml │ ├── test100064.xml │ ├── test100066.xml │ ├── test100067.xml │ ├── test100068.xml │ ├── test100069.xml │ ├── test100070.xml │ ├── test100071.xml │ ├── test100072.xml │ ├── test100073.xml │ ├── test100074.xml │ ├── test100075.xml │ ├── test100077.xml │ ├── test100078.xml │ ├── test100079.xml │ ├── test100080.xml │ ├── test100081.xml │ ├── test100082.xml │ ├── test100083.xml │ ├── test100084.xml │ ├── test100085.xml │ ├── test100086.xml │ ├── test100088.xml │ ├── test100089.xml │ ├── test100090.xml │ ├── test100091.xml │ ├── test100092.xml │ ├── test100093.xml │ ├── test100094.xml │ ├── test100097.xml │ ├── test100098.xml │ ├── test100099.xml │ └── test100100.xml ├── res.json ├── res.txt └── voc_eval.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/README.md -------------------------------------------------------------------------------- /calc_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/calc_map.py -------------------------------------------------------------------------------- /data/Annotations/test100001.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100001.xml -------------------------------------------------------------------------------- /data/Annotations/test100002.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100002.xml -------------------------------------------------------------------------------- /data/Annotations/test100004.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100004.xml -------------------------------------------------------------------------------- /data/Annotations/test100005.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100005.xml -------------------------------------------------------------------------------- /data/Annotations/test100006.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100006.xml -------------------------------------------------------------------------------- /data/Annotations/test100007.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100007.xml -------------------------------------------------------------------------------- /data/Annotations/test100008.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100008.xml -------------------------------------------------------------------------------- /data/Annotations/test100009.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100009.xml -------------------------------------------------------------------------------- /data/Annotations/test100011.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100011.xml -------------------------------------------------------------------------------- /data/Annotations/test100012.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100012.xml -------------------------------------------------------------------------------- /data/Annotations/test100013.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100013.xml -------------------------------------------------------------------------------- /data/Annotations/test100014.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100014.xml -------------------------------------------------------------------------------- /data/Annotations/test100015.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100015.xml -------------------------------------------------------------------------------- /data/Annotations/test100016.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100016.xml -------------------------------------------------------------------------------- /data/Annotations/test100019.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100019.xml -------------------------------------------------------------------------------- /data/Annotations/test100020.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100020.xml -------------------------------------------------------------------------------- /data/Annotations/test100022.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100022.xml -------------------------------------------------------------------------------- /data/Annotations/test100023.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100023.xml -------------------------------------------------------------------------------- /data/Annotations/test100024.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100024.xml -------------------------------------------------------------------------------- /data/Annotations/test100025.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100025.xml -------------------------------------------------------------------------------- /data/Annotations/test100026.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100026.xml -------------------------------------------------------------------------------- /data/Annotations/test100027.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100027.xml -------------------------------------------------------------------------------- /data/Annotations/test100028.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100028.xml -------------------------------------------------------------------------------- /data/Annotations/test100029.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100029.xml -------------------------------------------------------------------------------- /data/Annotations/test100030.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100030.xml -------------------------------------------------------------------------------- /data/Annotations/test100031.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100031.xml -------------------------------------------------------------------------------- /data/Annotations/test100032.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100032.xml -------------------------------------------------------------------------------- /data/Annotations/test100033.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100033.xml -------------------------------------------------------------------------------- /data/Annotations/test100034.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100034.xml -------------------------------------------------------------------------------- /data/Annotations/test100035.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100035.xml -------------------------------------------------------------------------------- /data/Annotations/test100036.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100036.xml -------------------------------------------------------------------------------- /data/Annotations/test100037.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100037.xml -------------------------------------------------------------------------------- /data/Annotations/test100038.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100038.xml -------------------------------------------------------------------------------- /data/Annotations/test100039.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100039.xml -------------------------------------------------------------------------------- /data/Annotations/test100040.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100040.xml -------------------------------------------------------------------------------- /data/Annotations/test100041.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100041.xml -------------------------------------------------------------------------------- /data/Annotations/test100042.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100042.xml -------------------------------------------------------------------------------- /data/Annotations/test100043.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100043.xml -------------------------------------------------------------------------------- /data/Annotations/test100044.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100044.xml -------------------------------------------------------------------------------- /data/Annotations/test100045.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100045.xml -------------------------------------------------------------------------------- /data/Annotations/test100046.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100046.xml -------------------------------------------------------------------------------- /data/Annotations/test100048.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100048.xml -------------------------------------------------------------------------------- /data/Annotations/test100049.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100049.xml -------------------------------------------------------------------------------- /data/Annotations/test100050.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100050.xml -------------------------------------------------------------------------------- /data/Annotations/test100051.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100051.xml -------------------------------------------------------------------------------- /data/Annotations/test100052.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100052.xml -------------------------------------------------------------------------------- /data/Annotations/test100053.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100053.xml -------------------------------------------------------------------------------- /data/Annotations/test100054.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100054.xml -------------------------------------------------------------------------------- /data/Annotations/test100055.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100055.xml -------------------------------------------------------------------------------- /data/Annotations/test100057.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100057.xml -------------------------------------------------------------------------------- /data/Annotations/test100058.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100058.xml -------------------------------------------------------------------------------- /data/Annotations/test100059.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100059.xml -------------------------------------------------------------------------------- /data/Annotations/test100060.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100060.xml -------------------------------------------------------------------------------- /data/Annotations/test100061.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100061.xml -------------------------------------------------------------------------------- /data/Annotations/test100062.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100062.xml -------------------------------------------------------------------------------- /data/Annotations/test100063.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100063.xml -------------------------------------------------------------------------------- /data/Annotations/test100064.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100064.xml -------------------------------------------------------------------------------- /data/Annotations/test100066.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100066.xml -------------------------------------------------------------------------------- /data/Annotations/test100067.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100067.xml -------------------------------------------------------------------------------- /data/Annotations/test100068.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100068.xml -------------------------------------------------------------------------------- /data/Annotations/test100069.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100069.xml -------------------------------------------------------------------------------- /data/Annotations/test100070.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100070.xml -------------------------------------------------------------------------------- /data/Annotations/test100071.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100071.xml -------------------------------------------------------------------------------- /data/Annotations/test100072.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100072.xml -------------------------------------------------------------------------------- /data/Annotations/test100073.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100073.xml -------------------------------------------------------------------------------- /data/Annotations/test100074.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100074.xml -------------------------------------------------------------------------------- /data/Annotations/test100075.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100075.xml -------------------------------------------------------------------------------- /data/Annotations/test100077.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100077.xml -------------------------------------------------------------------------------- /data/Annotations/test100078.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100078.xml -------------------------------------------------------------------------------- /data/Annotations/test100079.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100079.xml -------------------------------------------------------------------------------- /data/Annotations/test100080.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100080.xml -------------------------------------------------------------------------------- /data/Annotations/test100081.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100081.xml -------------------------------------------------------------------------------- /data/Annotations/test100082.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100082.xml -------------------------------------------------------------------------------- /data/Annotations/test100083.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100083.xml -------------------------------------------------------------------------------- /data/Annotations/test100084.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100084.xml -------------------------------------------------------------------------------- /data/Annotations/test100085.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100085.xml -------------------------------------------------------------------------------- /data/Annotations/test100086.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100086.xml -------------------------------------------------------------------------------- /data/Annotations/test100088.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100088.xml -------------------------------------------------------------------------------- /data/Annotations/test100089.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100089.xml -------------------------------------------------------------------------------- /data/Annotations/test100090.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100090.xml -------------------------------------------------------------------------------- /data/Annotations/test100091.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100091.xml -------------------------------------------------------------------------------- /data/Annotations/test100092.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100092.xml -------------------------------------------------------------------------------- /data/Annotations/test100093.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100093.xml -------------------------------------------------------------------------------- /data/Annotations/test100094.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100094.xml -------------------------------------------------------------------------------- /data/Annotations/test100097.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100097.xml -------------------------------------------------------------------------------- /data/Annotations/test100098.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100098.xml -------------------------------------------------------------------------------- /data/Annotations/test100099.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100099.xml -------------------------------------------------------------------------------- /data/Annotations/test100100.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/data/Annotations/test100100.xml -------------------------------------------------------------------------------- /res.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/res.json -------------------------------------------------------------------------------- /res.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/res.txt -------------------------------------------------------------------------------- /voc_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CV-deeplearning/calculate_detect_mAP/HEAD/voc_eval.py --------------------------------------------------------------------------------