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

Skip to content
/ mAP Public
forked from Cartucho/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

worldstar/mAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在Google Colab上運行mAP使用說明

!git clone https://github.com/worldstar/mAP
!pip install scikit-plot
%cd mAP
# 上傳原始標記至input/ground-truth,預測結果至input/detection-results , 預測圖片至input/images-optional
!python main.py --no-animation

指令說明

--no-animation --> 計算時關閉動畫功能,在Google Colab上務必使用此參數

參數說明

plt.yticks -> fontsize y軸字樣大小
plt.xticks -> fontsize x軸字樣大小

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%