lucasjinreal / yolov7_d2

🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
GNU General Public License v3.0
3.13k stars 483 forks source link

How to compute evaluation metrics for yolov7(bbox and seg) #193

Open JISHNUSHAJI opened 1 year ago

JISHNUSHAJI commented 1 year ago

eval_coco.py computes metrics for bbox only.How to compute precision and recall for segmentation?