Turushev Timur
Results
1
comments of
Turushev Timur
Had this problem, guess its something with new Yolov8 versions. Fixed this by changing in main.py line 149 from: `validator.stats = []` to: `validator.stats = dict(tp=[], conf=[], pred_cls=[], target_cls=[])`