How can I calculate metrics like mAP, F1 score and confusion matrix for Yolov4 for object detection?

Viewed 24

I'm really new to this field of computer vision. I have used this repo https://github.com/theAIGuysCode/yolov4-custom-functions.

system: Win 10 name: yolov4-gpu dependencies:

  • python==3.7
  • pip
  • matplotlib
  • opencv
  • cudnn
  • cudatoolkit==10.1.243
  • pip:
    • tensorflow-gpu==2.3.0rc0
    • opencv-python==4.1.1.26
    • lxml
    • tqdm
    • absl-py
    • easydict
    • pillow
    • pytesseract I want to find the metrics for this model. Please help. Thanks in advance.
0 Answers
Related