Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ mAP Public
forked from worldstar/mAP

mean Average Precision - This code evaluates the performance of your neural net for object recognition.

License

Notifications You must be signed in to change notification settings

shih1231/mAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在Google Colab上運行mAP使用說明

!git clone https://github.com/Cartucho/mAP
%cd mAP
# 上傳原始標記至input/ground-truth,預測結果至input/detection-results
!python main.py --no-animation 

Roboflow預測結果計算mAP使用說明

因為Roboflow並沒有輸出confidence資訊,因此要刪除相關的confidence內容。

About

mean Average Precision - This code evaluates the performance of your neural net for object recognition.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%