!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並沒有輸出confidence資訊,因此要刪除相關的confidence內容。