ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.75k stars 16.34k forks source link

有人知道怎么样在多类训练后输出单类的PR和Ap么?After multiclass training how to output Single Class Ap and P、R #84

Closed xiaoazhou closed 4 years ago

github-actions[bot] commented 4 years ago

Hello @xiaoazhou, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook Open In Colab, Docker Image, and Google Cloud Quickstart Guide for example environments.

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

glenn-jocher commented 4 years ago

@xiaoazhou to display mAP by class:

python test.py --verbose

xiaoazhou commented 4 years ago

@xiaoazhou to display mAP by class:

python test.py --verbose

It didn't work,and also display allclass

xiaoazhou commented 4 years ago

@xiaoazhou to display mAP by class:

python test.py --verbose i resolve it ----verbose didn't work but i Modify the default verbose=True can work Thanks

glenn-jocher commented 4 years ago

@xiaoazhou thanks for the bug report. I can reproduce. I will push a fix shortly so that --verbose works correctly.