Skip to content

mAP calculator used in the paper "Motion Detection and Classification: Real-Time Road User Detection"

License

Notifications You must be signed in to change notification settings

ojalar/map-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  1. numpy

File Format

Detections and ground truth labels are given in identically named .txt files in separate folders. Bounding box coordinates are given as pixel coordinates for upper left corner (x1, y1) and lower right corner (x2, y2).

Detections

<class> <confidence> <x1> <y1> <x2> <y2> 

Ground Truths

<class> <x1> <y1> <x2> <y2> 

Usage

python3 map_calculator.py -d <detection folder> -t <ground truth folder> -i <IoU-threshold> -m <mode>

Modes

Available modes are "normal", "multi" and "cluster". The "normal" and "cluster" modes are utilised in the related paper.

About

mAP calculator used in the paper "Motion Detection and Classification: Real-Time Road User Detection"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages