WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.4k stars 4.23k forks source link

Statistic validation results #2100

Open zaghdoud2019 opened 3 days ago

zaghdoud2019 commented 3 days ago

I have used YOLOV7 in my project and it gives me good detction results, my supervisor told me to include static validation of the results, and to benefit from an in-depth analysis of performance variations in different datasets and iterations. I did not understand what that means.

YannickGibson commented 12 hours ago

Use Weights and Biases to track your train results then you can make a comprehensive analysis on them using the software. W&B is built in the repository so you can utilize that.